home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / INFOPATH.NL-NL / INFLR.CAB / FL_System_Configuration_xml_141582_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2005-09-23  |  274KB  |  3,146 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>System.Configuration</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="T:System.Configuration.AppSettingsSection">
  8.             <summary>Provides configuration system support for the appSettings configuration section. This class cannot be inherited.</summary>
  9.         </member>
  10.         <member name="M:System.Configuration.AppSettingsSection.#ctor">
  11.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.AppSettingsSection"></see> class.</summary>
  12.         </member>
  13.         <member name="P:System.Configuration.AppSettingsSection.File">
  14.             <summary>Gets or sets a configuration file that provides additional settings or overrides the settings specified in the appSettings element.</summary>
  15.             <returns>A configuration file that provides additional settings or overrides the settings specified in the appSettings element.</returns>
  16.         </member>
  17.         <member name="P:System.Configuration.AppSettingsSection.Settings">
  18.             <summary>Gets a <see cref="T:System.Collections.Specialized.NameValueCollection"></see> collection containing the application settings from the configuration file.</summary>
  19.             <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> containing the application settings from the configuration file.</returns>
  20.         </member>
  21.         <member name="T:System.Configuration.CallbackValidator">
  22.             <summary>Provides dynamic validation of an object.</summary>
  23.         </member>
  24.         <member name="M:System.Configuration.CallbackValidator.#ctor(System.Type,System.Configuration.ValidatorCallback)">
  25.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.CallbackValidator"></see> class.</summary>
  26.             <param name="type">The type of object that will be validated.</param>
  27.             <param name="callback">The <see cref="T:System.Configuration.ValidatorCallback"></see> used as the delegate.</param>
  28.         </member>
  29.         <member name="M:System.Configuration.CallbackValidator.CanValidate(System.Type)">
  30.             <summary>Determines whether the type of the object can be validated.</summary>
  31.             <returns>true if the type parameter matches the type used as the first parameter when creating an instance of <see cref="T:System.Configuration.CallbackValidator"></see>; otherwise, false. </returns>
  32.             <param name="type">The type of object.</param>
  33.         </member>
  34.         <member name="M:System.Configuration.CallbackValidator.Validate(System.Object)">
  35.             <summary>Determines whether the value of an object is valid.</summary>
  36.             <param name="value">The value of an object.</param>
  37.         </member>
  38.         <member name="T:System.Configuration.CallbackValidatorAttribute">
  39.             <summary>Specifies a <see cref="T:System.Configuration.CallbackValidator"></see> object to use for code validation. This class cannot be inherited.</summary>
  40.         </member>
  41.         <member name="M:System.Configuration.CallbackValidatorAttribute.#ctor">
  42.             <summary>Initializes an instance of the <see cref="T:System.Configuration.CallbackValidatorAttribute"></see> class.</summary>
  43.         </member>
  44.         <member name="P:System.Configuration.CallbackValidatorAttribute.CallbackMethodName">
  45.             <summary>Gets or sets the name of the callback method.</summary>
  46.             <returns>The name of the method to call.</returns>
  47.         </member>
  48.         <member name="P:System.Configuration.CallbackValidatorAttribute.Type">
  49.             <summary>Gets or sets the type of the validator.</summary>
  50.             <returns>The <see cref="T:System.Type"></see> of the current validator attribute instance.</returns>
  51.         </member>
  52.         <member name="P:System.Configuration.CallbackValidatorAttribute.ValidatorInstance">
  53.             <summary>Gets the validator instance.</summary>
  54.             <returns>The current <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> instance.</returns>
  55.         </member>
  56.         <member name="T:System.Configuration.CommaDelimitedStringCollection">
  57.             <summary>Represents a collection of string elements separated by commas. This class cannot be inherited.</summary>
  58.         </member>
  59.         <member name="M:System.Configuration.CommaDelimitedStringCollection.#ctor">
  60.             <summary>Creates a new instance of the <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> class.</summary>
  61.         </member>
  62.         <member name="M:System.Configuration.CommaDelimitedStringCollection.Add(System.String)">
  63.             <summary>Adds a string to the comma-delimited collection.</summary>
  64.             <param name="value">A string value.</param>
  65.         </member>
  66.         <member name="M:System.Configuration.CommaDelimitedStringCollection.AddRange(System.String[])">
  67.             <summary>Adds all the strings in a string array to the collection.</summary>
  68.             <param name="range">An array of strings to add to the collection.</param>
  69.         </member>
  70.         <member name="M:System.Configuration.CommaDelimitedStringCollection.Clear">
  71.             <summary>Clears the collection.</summary>
  72.         </member>
  73.         <member name="M:System.Configuration.CommaDelimitedStringCollection.Clone">
  74.             <summary>Creates a copy of the collection.</summary>
  75.             <returns>A <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see>.</returns>
  76.         </member>
  77.         <member name="M:System.Configuration.CommaDelimitedStringCollection.Insert(System.Int32,System.String)">
  78.             <summary>Adds a string element to the collection at the specified index.</summary>
  79.             <param name="value">The value of the new element to add to the collection.</param>
  80.             <param name="index">The index in the collection at which the new element will be added.</param>
  81.         </member>
  82.         <member name="M:System.Configuration.CommaDelimitedStringCollection.Remove(System.String)">
  83.             <summary>Removes a string element from the collection.</summary>
  84.             <param name="value">The string to remove.</param>
  85.         </member>
  86.         <member name="M:System.Configuration.CommaDelimitedStringCollection.SetReadOnly">
  87.             <summary>Sets the collection object to read-only.</summary>
  88.         </member>
  89.         <member name="M:System.Configuration.CommaDelimitedStringCollection.ToString">
  90.             <summary>Returns a string representation of the object.</summary>
  91.             <returns>A string representation of the object.</returns>
  92.         </member>
  93.         <member name="P:System.Configuration.CommaDelimitedStringCollection.IsModified">
  94.             <summary>Gets a value that specifies whether the collection has been modified. </summary>
  95.             <returns>true if the <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> has been modified; otherwise, false.</returns>
  96.         </member>
  97.         <member name="P:System.Configuration.CommaDelimitedStringCollection.IsReadOnly">
  98.             <summary>Gets a value indicating whether the collection object is read-only.</summary>
  99.             <returns>true if the specified string element in the <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> is read-only; otherwise, false.</returns>
  100.         </member>
  101.         <member name="P:System.Configuration.CommaDelimitedStringCollection.Item(System.Int32)">
  102.             <summary>Gets or sets a string element in the collection based on the index.</summary>
  103.             <returns>A string element in the collection.</returns>
  104.             <param name="index">The index of the string element in the collection.</param>
  105.         </member>
  106.         <member name="T:System.Configuration.CommaDelimitedStringCollectionConverter">
  107.             <summary>Converts a comma-delimited string value to and from a <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> object. This class cannot be inherited.</summary>
  108.         </member>
  109.         <member name="M:System.Configuration.CommaDelimitedStringCollectionConverter.#ctor">
  110.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.CommaDelimitedStringCollectionConverter"></see> class.</summary>
  111.         </member>
  112.         <member name="M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  113.             <summary>Converts a <see cref="T:System.String"></see> object to a <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> object.</summary>
  114.             <returns>A <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> containing the converted value.</returns>
  115.             <param name="data">The comma-separated <see cref="T:System.String"></see> to convert.</param>
  116.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> used during conversion.</param>
  117.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> used for type conversions.</param>
  118.         </member>
  119.         <member name="M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  120.             <summary>Converts a <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> object to a <see cref="T:System.String"></see> object.</summary>
  121.             <returns>The <see cref="T:System.String"></see> representing the converted value parameter, which is a <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see>.</returns>
  122.             <param name="type">The conversion type.</param>
  123.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> used during conversion.</param>
  124.             <param name="value">The value to convert.</param>
  125.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> used for type conversions.</param>
  126.         </member>
  127.         <member name="T:System.Configuration.Configuration">
  128.             <summary>Represents a configuration file applicable to a particular computer, application, or resource. This class cannot be inherited.</summary>
  129.         </member>
  130.         <member name="M:System.Configuration.Configuration.GetSection(System.String)">
  131.             <summary>Returns the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
  132.             <returns>The specified <see cref="T:System.Configuration.ConfigurationSection"></see> object.</returns>
  133.             <param name="sectionName">The path to the section to be returned.</param>
  134.         </member>
  135.         <member name="M:System.Configuration.Configuration.GetSectionGroup(System.String)">
  136.             <summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
  137.             <returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> specified.</returns>
  138.             <param name="sectionGroupName">The path name of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> to return.</param>
  139.         </member>
  140.         <member name="M:System.Configuration.Configuration.Save">
  141.             <summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the current XML configuration file.</summary>
  142.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to.- or -The configuration file has changed. </exception>
  143.         </member>
  144.         <member name="M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode)">
  145.             <summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the current XML configuration file.</summary>
  146.             <param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode"></see> value that determines which property values to save.</param>
  147.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to.- or -The configuration file has changed. </exception>
  148.         </member>
  149.         <member name="M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode,System.Boolean)">
  150.             <summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the current XML configuration file.</summary>
  151.             <param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode"></see> value that determines which property values to save.</param>
  152.             <param name="forceSaveAll">true to save even if the configuration was not modified; otherwise, false.</param>
  153.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to.- or -The configuration file has changed. </exception>
  154.         </member>
  155.         <member name="M:System.Configuration.Configuration.SaveAs(System.String)">
  156.             <summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the specified XML configuration file.</summary>
  157.             <param name="filename">The path and file name to save the configuration file to.</param>
  158.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to.- or -The configuration file has changed. </exception>
  159.         </member>
  160.         <member name="M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode)">
  161.             <summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the specified XML configuration file.</summary>
  162.             <param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode"></see> value that determines which property values to save.</param>
  163.             <param name="filename">The path and file name to save the configuration file to.</param>
  164.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to.- or -The configuration file has changed. </exception>
  165.         </member>
  166.         <member name="M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode,System.Boolean)">
  167.             <summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the specified XML configuration file.</summary>
  168.             <param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode"></see> value that determines which property values to save.</param>
  169.             <param name="forceSaveAll">true to save even if the configuration was not modified; otherwise, false.</param>
  170.             <param name="filename">The path and file name to save the configuration file to.</param>
  171.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to, or the configuration file has changed. </exception>
  172.         </member>
  173.         <member name="P:System.Configuration.Configuration.AppSettings">
  174.             <summary>Gets the <see cref="T:System.Configuration.AppSettingsSection"></see> object configuration section that applies to this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  175.             <returns>An <see cref="T:System.Configuration.AppSettingsSection"></see> object representing the appSettings configuration section that applies to this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  176.         </member>
  177.         <member name="P:System.Configuration.Configuration.ConnectionStrings">
  178.             <summary>Gets a <see cref="T:System.Configuration.ConnectionStringsSection"></see> configuration-section object that applies to this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  179.             <returns>A <see cref="T:System.Configuration.ConnectionStringsSection"></see> configuration-section object representing the connectionStrings configuration section that applies to this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  180.         </member>
  181.         <member name="P:System.Configuration.Configuration.EvaluationContext">
  182.             <summary>Gets the <see cref="T:System.Configuration.ContextInformation"></see> object for the <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  183.             <returns>The <see cref="T:System.Configuration.ContextInformation"></see> object for the <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  184.         </member>
  185.         <member name="P:System.Configuration.Configuration.FilePath">
  186.             <summary>Gets the physical path to the configuration file represented by this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  187.             <returns>The physical path to the configuration file represented by this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  188.         </member>
  189.         <member name="P:System.Configuration.Configuration.HasFile">
  190.             <summary>Indicates whether a configuration file exists for the resource represented by this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  191.             <returns>true if there is a configuration file; otherwise, false.</returns>
  192.         </member>
  193.         <member name="P:System.Configuration.Configuration.Locations">
  194.             <summary>Gets the locations defined within this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  195.             <returns>A <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> containing the locations defined within this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  196.         </member>
  197.         <member name="P:System.Configuration.Configuration.NamespaceDeclared">
  198.             <summary>Gets or sets a value indicating whether the configuration file has an XML namespace.</summary>
  199.             <returns>true if the configuration file has an XML namespace; otherwise, false.</returns>
  200.         </member>
  201.         <member name="P:System.Configuration.Configuration.RootSectionGroup">
  202.             <summary>Gets the root <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> for this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  203.             <returns>The root section group for this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  204.         </member>
  205.         <member name="P:System.Configuration.Configuration.SectionGroups">
  206.             <summary>Gets a collection of the section groups defined by this configuration.</summary>
  207.             <returns>A <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> collection representing the collection of section groups for this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  208.         </member>
  209.         <member name="P:System.Configuration.Configuration.Sections">
  210.             <summary>Gets a collection of the sections defined by this configuration.</summary>
  211.             <returns>A <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> collection representing the collection of sections for this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  212.         </member>
  213.         <member name="T:System.Configuration.ConfigurationAllowDefinition">
  214.             <summary>Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
  215.         </member>
  216.         <member name="F:System.Configuration.ConfigurationAllowDefinition.Everywhere">
  217.             <summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined anywhere.</summary>
  218.         </member>
  219.         <member name="F:System.Configuration.ConfigurationAllowDefinition.MachineOnly">
  220.             <summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined only in the Machine.config file.</summary>
  221.         </member>
  222.         <member name="F:System.Configuration.ConfigurationAllowDefinition.MachineToApplication">
  223.             <summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined in either the Machine.config file, the machine-level Web.config file found in the same directory as Machine.config, or the top-level application Web.config file found in the virtual-directory root, but not in subdirectories of a virtual root.</summary>
  224.         </member>
  225.         <member name="F:System.Configuration.ConfigurationAllowDefinition.MachineToWebRoot">
  226.             <summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined in either the Machine.config file or the machine-level Web.config file found in the same directory as Machine.config, but not in application Web.config files.</summary>
  227.         </member>
  228.         <member name="T:System.Configuration.ConfigurationAllowExeDefinition">
  229.             <summary>Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
  230.         </member>
  231.         <member name="F:System.Configuration.ConfigurationAllowExeDefinition.MachineOnly">
  232.             <summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined only in the Machine.config file. </summary>
  233.         </member>
  234.         <member name="F:System.Configuration.ConfigurationAllowExeDefinition.MachineToApplication">
  235.             <summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined either in the Machine.config file or in the Exe.config file in the client application directory. This is the default value.</summary>
  236.         </member>
  237.         <member name="F:System.Configuration.ConfigurationAllowExeDefinition.MachineToLocalUser">
  238.             <summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined in the Machine.config file, in the Exe.config file in the client application directory, in the User.config file in the roaming user directory, or in the User.config file in the local user directory.</summary>
  239.         </member>
  240.         <member name="F:System.Configuration.ConfigurationAllowExeDefinition.MachineToRoamingUser">
  241.             <summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined in the Machine.config file, in the Exe.config file in the client application directory, or in the User.config file in the roaming user directory. </summary>
  242.         </member>
  243.         <member name="T:System.Configuration.ConfigurationCollectionAttribute">
  244.             <summary>Declaratively instructs the .NET Framework to instantiate a configuration element collection. This class cannot be inherited.</summary>
  245.         </member>
  246.         <member name="M:System.Configuration.ConfigurationCollectionAttribute.#ctor(System.Type)">
  247.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationCollectionAttribute"></see> class.</summary>
  248.             <param name="itemType">The type of the property collection to create.</param>
  249.         </member>
  250.         <member name="P:System.Configuration.ConfigurationCollectionAttribute.AddItemName">
  251.             <summary>Gets or sets the name of the add configuration element.</summary>
  252.             <returns>The name that substitutes the standard add for the configuration item.</returns>
  253.         </member>
  254.         <member name="P:System.Configuration.ConfigurationCollectionAttribute.ClearItemsName">
  255.             <summary>Gets or sets the name for the clear configuration element.</summary>
  256.             <returns>The name that replaces the standard name "clear" for the configuration item.</returns>
  257.         </member>
  258.         <member name="P:System.Configuration.ConfigurationCollectionAttribute.CollectionType">
  259.             <summary>Gets or sets the type of the <see cref="T:System.Configuration.ConfigurationCollectionAttribute"></see>.</summary>
  260.             <returns>The type of the <see cref="T:System.Configuration.ConfigurationCollectionAttribute"></see>.</returns>
  261.         </member>
  262.         <member name="P:System.Configuration.ConfigurationCollectionAttribute.ItemType">
  263.             <summary>Gets the type of the collection element.</summary>
  264.             <returns>The type of the collection element.</returns>
  265.         </member>
  266.         <member name="P:System.Configuration.ConfigurationCollectionAttribute.RemoveItemName">
  267.             <summary>Gets or sets the name for the remove configuration element.</summary>
  268.             <returns>The name that replaces the standard name "remove" for the configuration element.</returns>
  269.         </member>
  270.         <member name="T:System.Configuration.ConfigurationConverterBase">
  271.             <summary>The base class for the configuration converter types.</summary>
  272.         </member>
  273.         <member name="M:System.Configuration.ConfigurationConverterBase.#ctor">
  274.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationConverterBase"></see> class.</summary>
  275.         </member>
  276.         <member name="M:System.Configuration.ConfigurationConverterBase.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  277.             <summary>Determines whether the conversion is allowed.</summary>
  278.             <returns>true if the conversion is allowed; otherwise, false.</returns>
  279.             <param name="type">The <see cref="T:System.Type"></see> to convert from.</param>
  280.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  281.         </member>
  282.         <member name="M:System.Configuration.ConfigurationConverterBase.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  283.             <summary>Determines whether the conversion is allowed.</summary>
  284.             <returns>true if the conversion is allowed; otherwise, false. </returns>
  285.             <param name="type">The type to convert to.</param>
  286.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversion.</param>
  287.         </member>
  288.         <member name="T:System.Configuration.ConfigurationElement">
  289.             <summary>Represents a configuration element within a configuration file.</summary>
  290.         </member>
  291.         <member name="M:System.Configuration.ConfigurationElement.#ctor">
  292.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationElement"></see> class.</summary>
  293.         </member>
  294.         <member name="M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)">
  295.             <summary>Reads XML from the configuration file.</summary>
  296.             <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> that reads from the configuration file.</param>
  297.             <param name="serializeCollectionKey">true to serialize only the collection key properties; otherwise, false.</param>
  298.         </member>
  299.         <member name="M:System.Configuration.ConfigurationElement.Equals(System.Object)">
  300.             <summary>Compares the current <see cref="T:System.Configuration.ConfigurationElement"></see> instance to the specified object.</summary>
  301.             <returns>true if the object to compare with is equal to the current <see cref="T:System.Configuration.ConfigurationElement"></see> instance; otherwise, false. The default is false. </returns>
  302.             <param name="compareTo">The object to compare with.</param>
  303.         </member>
  304.         <member name="M:System.Configuration.ConfigurationElement.GetHashCode">
  305.             <summary>Gets a unique value representing the <see cref="T:System.Configuration.ConfigurationElement"></see> current instance.</summary>
  306.             <returns>A unique value representing the <see cref="T:System.Configuration.ConfigurationElement"></see> current instance.</returns>
  307.         </member>
  308.         <member name="M:System.Configuration.ConfigurationElement.Init">
  309.             <summary>Sets the <see cref="T:System.Configuration.ConfigurationElement"></see> object to its initial state.</summary>
  310.         </member>
  311.         <member name="M:System.Configuration.ConfigurationElement.InitializeDefault">
  312.             <summary>Used to initialize a default set of values for the <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
  313.         </member>
  314.         <member name="M:System.Configuration.ConfigurationElement.IsModified">
  315.             <summary>Indicates whether this configuration element has been modified since it was last saved or loaded, when implemented in a derived class.</summary>
  316.             <returns>true if the element has been modified; otherwise, false. </returns>
  317.         </member>
  318.         <member name="M:System.Configuration.ConfigurationElement.IsReadOnly">
  319.             <summary>Gets a value indicating whether the <see cref="T:System.Configuration.ConfigurationElement"></see> object is read-only.</summary>
  320.             <returns>true if the <see cref="T:System.Configuration.ConfigurationElement"></see> object is read-only; otherwise, false.</returns>
  321.         </member>
  322.         <member name="M:System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)">
  323.             <summary>Adds the invalid-property errors in this <see cref="T:System.Configuration.ConfigurationElement"></see> object, and in all subelements, to the passed list.</summary>
  324.             <param name="errorList">An object that implements the <see cref="T:System.Collections.IList"></see> interface.</param>
  325.         </member>
  326.         <member name="M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String,System.String)">
  327.             <summary>Gets a value indicating whether an unknown attribute is encountered during deserialization.</summary>
  328.             <returns>true when an unknown attribute is encountered while deserializing.</returns>
  329.             <param name="name">The name of the unrecognized attribute.</param>
  330.             <param name="value">The value of the unrecognized attribute.</param>
  331.         </member>
  332.         <member name="M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
  333.             <summary>Gets a value indicating whether an unknown element is encountered during deserialization.</summary>
  334.             <returns>true when an unknown element is encountered while deserializing.</returns>
  335.             <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object being used for deserialization.</param>
  336.             <param name="elementName">The name of the unknown subelement.</param>
  337.         </member>
  338.         <member name="M:System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)">
  339.             <summary>Gets a value indicating whether a required property is not found.</summary>
  340.             <returns>true when a required property is not found while deserializing.</returns>
  341.             <param name="name">The name of the required attribute that was not found.</param>
  342.         </member>
  343.         <member name="M:System.Configuration.ConfigurationElement.PostDeserialize">
  344.             <summary>Called after deserialization.</summary>
  345.         </member>
  346.         <member name="M:System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)">
  347.             <summary>Called before serialization.</summary>
  348.             <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> object that will be used to serialize the <see cref="T:System.Configuration.ConfigurationElement"></see> object.</param>
  349.         </member>
  350.         <member name="M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement)">
  351.             <summary>Resets the internal state of the <see cref="T:System.Configuration.ConfigurationElement"></see> object, including the locks and the properties collections.</summary>
  352.             <param name="parentElement">The parent node of the configuration element.</param>
  353.         </member>
  354.         <member name="M:System.Configuration.ConfigurationElement.ResetModified">
  355.             <summary>Resets the value of the <see cref="M:System.Configuration.ConfigurationElement.IsModified"></see> method to false when implemented in a derived class.</summary>
  356.         </member>
  357.         <member name="M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean)">
  358.             <summary>Writes the contents of this configuration element to the configuration file when implemented in a derived class.</summary>
  359.             <returns>true if any data was actually serialized; otherwise, false.</returns>
  360.             <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> that writes to the configuration file. </param>
  361.             <param name="serializeCollectionKey">true to serialize only the collection key properties; otherwise, false. </param>
  362.         </member>
  363.         <member name="M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)">
  364.             <summary>Writes the outer tags of this configuration element to the configuration file when implemented in a derived class.</summary>
  365.             <returns>true if writing was successful.</returns>
  366.             <param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> that writes to the configuration file. </param>
  367.             <param name="elementName">The name of the <see cref="T:System.Configuration.ConfigurationElement"></see> to be written. </param>
  368.             <exception cref="T:System.Exception">The element has multiple child elements. </exception>
  369.         </member>
  370.         <member name="M:System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty,System.Object,System.Boolean)">
  371.             <summary>Sets a property to the specified value.</summary>
  372.             <param name="prop">The element property to set. </param>
  373.             <param name="value">The value to assign to the property.</param>
  374.             <param name="ignoreLocks">true if the locks on the property should be ignored; otherwise, false.</param>
  375.             <exception cref="T:System.Configuration.ConfigurationErrorsException">If the element is read-only or ignoreLocks is true but the locks cannot be ignored.</exception>
  376.         </member>
  377.         <member name="M:System.Configuration.ConfigurationElement.SetReadOnly">
  378.             <summary>Sets the <see cref="M:System.Configuration.ConfigurationElement.IsReadOnly"></see> property for the <see cref="T:System.Configuration.ConfigurationElement"></see> object and all subelements.</summary>
  379.         </member>
  380.         <member name="M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)">
  381.             <summary>Modifies the <see cref="T:System.Configuration.ConfigurationElement"></see> object to remove all values that should not be saved. </summary>
  382.             <param name="parentElement">The parent <see cref="T:System.Configuration.ConfigurationElement"></see> object, or null if this is the top level.</param>
  383.             <param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode"></see>  object that determines which property values to include.</param>
  384.             <param name="sourceElement">A <see cref="T:System.Configuration.ConfigurationElement"></see> object at the current level containing a merged view of the properties.</param>
  385.         </member>
  386.         <member name="P:System.Configuration.ConfigurationElement.ElementInformation">
  387.             <summary>Gets an <see cref="T:System.Configuration.ElementInformation"></see> object that contains the non-customizable information and functionality of the <see cref="T:System.Configuration.ConfigurationElement"></see> object. </summary>
  388.             <returns>An <see cref="T:System.Configuration.ElementInformation"></see> object that contains the non-customizable information and functionality of the <see cref="T:System.Configuration.ConfigurationElement"></see> object.</returns>
  389.         </member>
  390.         <member name="P:System.Configuration.ConfigurationElement.ElementProperty">
  391.             <summary>Gets the <see cref="T:System.Configuration.ConfigurationElementProperty"></see> object that represents the <see cref="T:System.Configuration.ConfigurationElement"></see> object itself.</summary>
  392.             <returns>The <see cref="T:System.Configuration.ConfigurationElementProperty"></see> object that represents the <see cref="T:System.Configuration.ConfigurationElement"></see> object itself.</returns>
  393.         </member>
  394.         <member name="P:System.Configuration.ConfigurationElement.EvaluationContext">
  395.             <summary>Gets the <see cref="T:System.Configuration.ContextInformation"></see> object for the <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
  396.             <returns>The <see cref="T:System.Configuration.ContextInformation"></see> object for the <see cref="T:System.Configuration.ConfigurationElement"></see> object.</returns>
  397.         </member>
  398.         <member name="P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty)">
  399.             <summary>Gets or sets a property or attribute of this configuration element.</summary>
  400.             <returns>The specified property, attribute, or child element.</returns>
  401.             <param name="prop">The property to access. </param>
  402.         </member>
  403.         <member name="P:System.Configuration.ConfigurationElement.Item(System.String)">
  404.             <summary>Gets or sets a property, attribute, or child element of this configuration element.</summary>
  405.             <returns>The specified property, attribute, or child element</returns>
  406.             <param name="propertyName">The name of the <see cref="T:System.Configuration.ConfigurationProperty"></see>  to access.</param>
  407.         </member>
  408.         <member name="P:System.Configuration.ConfigurationElement.LockAllAttributesExcept">
  409.             <summary>Gets the collection of locked attributes.</summary>
  410.             <returns>The <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection of locked attributes (properties) for the element.</returns>
  411.         </member>
  412.         <member name="P:System.Configuration.ConfigurationElement.LockAllElementsExcept">
  413.             <summary>Gets the collection of locked elements.</summary>
  414.             <returns>The <see cref="T:System.Configuration.ConfigurationLockCollection"></see> of locked elements.</returns>
  415.         </member>
  416.         <member name="P:System.Configuration.ConfigurationElement.LockAttributes">
  417.             <summary>Gets the collection of locked attributes </summary>
  418.             <returns>The <see cref="T:System.Configuration.ConfigurationLockCollection"></see> of locked attributes (properties) for the element.</returns>
  419.         </member>
  420.         <member name="P:System.Configuration.ConfigurationElement.LockElements">
  421.             <summary>Gets the collection of locked elements.</summary>
  422.             <returns>The <see cref="T:System.Configuration.ConfigurationLockCollection"></see> of locked elements.</returns>
  423.         </member>
  424.         <member name="P:System.Configuration.ConfigurationElement.LockItem">
  425.             <summary>Gets or sets a value indicating whether the element is locked.</summary>
  426.             <returns>true if the element is locked; otherwise, false. The default is false.</returns>
  427.         </member>
  428.         <member name="P:System.Configuration.ConfigurationElement.Properties">
  429.             <summary>Gets the collection of properties.</summary>
  430.             <returns>The <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> collection of properties for the element.</returns>
  431.         </member>
  432.         <member name="T:System.Configuration.ConfigurationElementCollection">
  433.             <summary>Represents a configuration element containing a collection of child elements.</summary>
  434.         </member>
  435.         <member name="M:System.Configuration.ConfigurationElementCollection.#ctor">
  436.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> class.</summary>
  437.         </member>
  438.         <member name="M:System.Configuration.ConfigurationElementCollection.#ctor(System.Collections.IComparer)">
  439.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> class.</summary>
  440.             <param name="comparer">The <see cref="T:System.Collections.IComparer"></see> comparer to use.</param>
  441.         </member>
  442.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement)">
  443.             <summary>Adds a configuration element to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
  444.             <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> to add. </param>
  445.         </member>
  446.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean)">
  447.             <summary>Adds a configuration element to the configuration element collection.</summary>
  448.             <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> to add. </param>
  449.             <param name="throwIfExists">true to throw an exception if the <see cref="T:System.Configuration.ConfigurationElement"></see> specified is already contained in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>; otherwise, false. </param>
  450.             <exception cref="T:System.Exception">The <see cref="T:System.Configuration.ConfigurationElement"></see> to add already exists in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> and the throwIfExists parameter is true. </exception>
  451.         </member>
  452.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)">
  453.             <summary>Adds a configuration element to the configuration element collection.</summary>
  454.             <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> to add. </param>
  455.             <param name="index">The index location at which to add the specified <see cref="T:System.Configuration.ConfigurationElement"></see>. </param>
  456.         </member>
  457.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseClear">
  458.             <summary>Removes all configuration element objects from the collection.</summary>
  459.         </member>
  460.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32)">
  461.             <summary>Gets the configuration element at the specified index location.</summary>
  462.             <returns>The <see cref="T:System.Configuration.ConfigurationElement"></see> at the specified index.</returns>
  463.             <param name="index">The index location of the <see cref="T:System.Configuration.ConfigurationElement"></see> to return. </param>
  464.         </member>
  465.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object)">
  466.             <summary>Returns the configuration element with the specified key.</summary>
  467.             <returns>The <see cref="T:System.Configuration.ConfigurationElement"></see> with the specified key; otherwise, null.</returns>
  468.             <param name="key">The key of the element to return. </param>
  469.         </member>
  470.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys">
  471.             <summary>Returns an array of the keys for all of the configuration elements contained in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
  472.             <returns>An array containing the keys for all of the <see cref="T:System.Configuration.ConfigurationElement"></see> objects contained in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</returns>
  473.         </member>
  474.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32)">
  475.             <summary>Gets the key for the <see cref="T:System.Configuration.ConfigurationElement"></see> at the specified index location.</summary>
  476.             <returns>The key for the specified <see cref="T:System.Configuration.ConfigurationElement"></see>.</returns>
  477.             <param name="index">The index location for the <see cref="T:System.Configuration.ConfigurationElement"></see>.</param>
  478.         </member>
  479.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseIndexOf(System.Configuration.ConfigurationElement)">
  480.             <summary>The index of the specified <see cref="T:System.Configuration.ConfigurationElement"></see>.</summary>
  481.             <returns>The index of the specified <see cref="T:System.Configuration.ConfigurationElement"></see>; otherwise, -1.</returns>
  482.             <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> for the specified index location. </param>
  483.         </member>
  484.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object)">
  485.             <summary>Gets a value indicating whether the <see cref="T:System.Configuration.ConfigurationElement"></see> with the specified key has been removed from the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
  486.             <returns>true if the <see cref="T:System.Configuration.ConfigurationElement"></see> with the specified key has been removed; otherwise, false. The default is false.</returns>
  487.             <param name="key">The key of the element to check.</param>
  488.         </member>
  489.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object)">
  490.             <summary>Removes a <see cref="T:System.Configuration.ConfigurationElement"></see> from the collection.</summary>
  491.             <param name="key">The key of the <see cref="T:System.Configuration.ConfigurationElement"></see> to remove. </param>
  492.             <exception cref="T:System.Exception">No <see cref="T:System.Configuration.ConfigurationElement"></see> with the specified key exists in the collection, the element has already been removed, or the element cannot be removed because the value of its <see cref="P:System.Configuration.ConfigurationProperty.Type"></see> is not <see cref="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap"></see>. </exception>
  493.         </member>
  494.         <member name="M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32)">
  495.             <summary>Removes the <see cref="T:System.Configuration.ConfigurationElement"></see> at the specified index location.</summary>
  496.             <param name="index">The index location of the <see cref="T:System.Configuration.ConfigurationElement"></see> to remove. </param>
  497.             <exception cref="T:System.Exception">The <see cref="T:System.Configuration.ConfigurationElement"></see> has already been removed or the <see cref="T:System.Configuration.ConfigurationElement"></see> cannot be removed because the value of its <see cref="P:System.Configuration.ConfigurationProperty.Type"></see> is not <see cref="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap"></see>. </exception>
  498.         </member>
  499.         <member name="M:System.Configuration.ConfigurationElementCollection.CopyTo(System.Configuration.ConfigurationElement[],System.Int32)">
  500.             <summary>Copies the contents of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> to an array.</summary>
  501.             <param name="array">Array to which to copy the contents of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</param>
  502.             <param name="index">Index location at which to begin copying.</param>
  503.         </member>
  504.         <member name="M:System.Configuration.ConfigurationElementCollection.CreateNewElement">
  505.             <summary>When overridden in a derived class, creates a new <see cref="T:System.Configuration.ConfigurationElement"></see>.</summary>
  506.             <returns>A new <see cref="T:System.Configuration.ConfigurationElement"></see>.</returns>
  507.         </member>
  508.         <member name="M:System.Configuration.ConfigurationElementCollection.CreateNewElement(System.String)">
  509.             <summary>Creates a new <see cref="T:System.Configuration.ConfigurationElement"></see> when overridden in a derived class.</summary>
  510.             <returns>A new <see cref="T:System.Configuration.ConfigurationElement"></see>.</returns>
  511.             <param name="elementName">The name of the <see cref="T:System.Configuration.ConfigurationElement"></see> to create. </param>
  512.         </member>
  513.         <member name="M:System.Configuration.ConfigurationElementCollection.Equals(System.Object)">
  514.             <summary>Compares the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> to the specified object.</summary>
  515.             <returns>true if the object to compare with is equal to the current <see cref="T:System.Configuration.ConfigurationElementCollection"></see> instance; otherwise, false. The default is false.</returns>
  516.             <param name="compareTo">The object to compare. </param>
  517.         </member>
  518.         <member name="M:System.Configuration.ConfigurationElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
  519.             <summary>Gets the element key for a specified configuration element when overridden in a derived class.</summary>
  520.             <returns>An <see cref="T:System.Object"></see> that acts as the key for the specified <see cref="T:System.Configuration.ConfigurationElement"></see>.</returns>
  521.             <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> to return the key for. </param>
  522.         </member>
  523.         <member name="M:System.Configuration.ConfigurationElementCollection.GetEnumerator">
  524.             <summary>Gets an <see cref="T:System.Collections.IEnumerator"></see> which is used to iterate through the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
  525.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> which is used to iterate through the <see cref="T:System.Configuration.ConfigurationElementCollection"></see></returns>
  526.         </member>
  527.         <member name="M:System.Configuration.ConfigurationElementCollection.GetHashCode">
  528.             <summary>Gets a unique value representing the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> instance.</summary>
  529.             <returns>A unique value representing the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> current instance.</returns>
  530.         </member>
  531.         <member name="M:System.Configuration.ConfigurationElementCollection.IsElementName(System.String)">
  532.             <summary>Indicates whether the specified <see cref="T:System.Configuration.ConfigurationElement"></see> exists in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
  533.             <returns>true if the element exists in the collection; otherwise, false. The default is false.</returns>
  534.             <param name="elementName">The name of the element to verify. </param>
  535.         </member>
  536.         <member name="M:System.Configuration.ConfigurationElementCollection.IsElementRemovable(System.Configuration.ConfigurationElement)">
  537.             <summary>Gets a value indicating whether the specified <see cref="T:System.Configuration.ConfigurationElement"></see> can be removed from the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
  538.             <returns>true if the specified <see cref="T:System.Configuration.ConfigurationElement"></see> can be removed from this <see cref="T:System.Configuration.ConfigurationElementCollection"></see>; otherwise, false. The default is true.</returns>
  539.             <param name="element">The element to check.</param>
  540.         </member>
  541.         <member name="M:System.Configuration.ConfigurationElementCollection.IsModified">
  542.             <summary>Indicates whether this <see cref="T:System.Configuration.ConfigurationElementCollection"></see> has been modified since it was last saved or loaded when overridden in a derived class.</summary>
  543.             <returns>true if any contained element has been modified; otherwise, false</returns>
  544.         </member>
  545.         <member name="M:System.Configuration.ConfigurationElementCollection.IsReadOnly">
  546.             <summary>Gets a value indicating whether the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object is read only.</summary>
  547.             <returns>true if the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object is read only; otherwise, false.</returns>
  548.         </member>
  549.         <member name="M:System.Configuration.ConfigurationElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
  550.             <summary>Causes the configuration system to throw an exception.</summary>
  551.             <returns>true if the unrecognized element was deserialized successfully; otherwise, false. The default is false.</returns>
  552.             <param name="reader">An input stream that reads XML from the configuration file. </param>
  553.             <param name="elementName">The name of the unrecognized element. </param>
  554.         </member>
  555.         <member name="M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement)">
  556.             <summary>Resets the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> to its unmodified state when overridden in a derived class.</summary>
  557.             <param name="parentElement">The <see cref="T:System.Configuration.ConfigurationElement"></see> representing the collection parent element, if any; otherwise, null. </param>
  558.         </member>
  559.         <member name="M:System.Configuration.ConfigurationElementCollection.ResetModified">
  560.             <summary>Resets the value of the <see cref="M:System.Configuration.ConfigurationElementCollection.IsModified"></see> property to false when overridden in a derived class.</summary>
  561.         </member>
  562.         <member name="M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean)">
  563.             <summary>Writes the configuration data to an XML element in the configuration file when overridden in a derived class.</summary>
  564.             <returns>true if the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> was written to the configuration file successfully.</returns>
  565.             <param name="writer">Output stream that writes XML to the configuration file. </param>
  566.             <param name="serializeCollectionKey">true to serialize the collection key; otherwise, false. </param>
  567.         </member>
  568.         <member name="M:System.Configuration.ConfigurationElementCollection.SetReadOnly">
  569.             <summary>Sets the <see cref="M:System.Configuration.ConfigurationElementCollection.IsReadOnly"></see> property for the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object and for all sub-elements.</summary>
  570.         </member>
  571.         <member name="M:System.Configuration.ConfigurationElementCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  572.             <summary>Copies the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> to an array.</summary>
  573.             <param name="arr">Array to which to copy this <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</param>
  574.             <param name="index">Index location at which to begin copying.</param>
  575.         </member>
  576.         <member name="M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)">
  577.             <summary>Reverses the effect of merging configuration information from different levels of the configuration hierarchy </summary>
  578.             <param name="parentElement">The parent <see cref="T:System.Configuration.ConfigurationElement"></see> object of the current element, or null if this is the top level.</param>
  579.             <param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode"></see> enumerated value that determines which property values to include.</param>
  580.             <param name="sourceElement">A <see cref="T:System.Configuration.ConfigurationElement"></see> object at the current level containing a merged view of the properties.</param>
  581.         </member>
  582.         <member name="P:System.Configuration.ConfigurationElementCollection.AddElementName">
  583.             <summary>Gets or sets the name of the <see cref="T:System.Configuration.ConfigurationElement"></see> to associate with the add operation in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> when overridden in a derived class. </summary>
  584.             <returns>The name of the element.</returns>
  585.         </member>
  586.         <member name="P:System.Configuration.ConfigurationElementCollection.ClearElementName">
  587.             <summary>Gets or sets the name for the <see cref="T:System.Configuration.ConfigurationElement"></see> to associate with the clear operation in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> when overridden in a derived class. </summary>
  588.             <returns>The name of the element.</returns>
  589.         </member>
  590.         <member name="P:System.Configuration.ConfigurationElementCollection.CollectionType">
  591.             <summary>Gets the type of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
  592.             <returns>The <see cref="T:System.Configuration.ConfigurationElementCollectionType"></see> of this collection.</returns>
  593.         </member>
  594.         <member name="P:System.Configuration.ConfigurationElementCollection.Count">
  595.             <summary>Gets the number of elements in the collection.</summary>
  596.             <returns>The number of elements in the collection.</returns>
  597.         </member>
  598.         <member name="P:System.Configuration.ConfigurationElementCollection.ElementName">
  599.             <summary>Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.</summary>
  600.             <returns>The name of the collection; otherwise, an empty string. The default is an empty string.</returns>
  601.         </member>
  602.         <member name="P:System.Configuration.ConfigurationElementCollection.EmitClear">
  603.             <summary>Specifies whether the collection has been cleared.</summary>
  604.             <returns>true if the collection has been cleared; otherwise, false. The default is false.</returns>
  605.         </member>
  606.         <member name="P:System.Configuration.ConfigurationElementCollection.IsSynchronized">
  607.             <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
  608.             <returns>true if access to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> is synchronized; otherwise, false.</returns>
  609.         </member>
  610.         <member name="P:System.Configuration.ConfigurationElementCollection.RemoveElementName">
  611.             <summary>Gets or sets the name of the <see cref="T:System.Configuration.ConfigurationElement"></see> to associate with the remove operation in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> when overridden in a derived class. </summary>
  612.             <returns>The name of the element.</returns>
  613.         </member>
  614.         <member name="P:System.Configuration.ConfigurationElementCollection.SyncRoot">
  615.             <summary>Gets an object used to synchronize access to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
  616.             <returns>An object used to synchronize access to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</returns>
  617.         </member>
  618.         <member name="P:System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate">
  619.             <summary>Gets a value indicating whether an attempt to add a duplicate <see cref="T:System.Configuration.ConfigurationElement"></see> to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> will cause an exception to be thrown.</summary>
  620.             <returns>true if an attempt to add a duplicate <see cref="T:System.Configuration.ConfigurationElement"></see> to this <see cref="T:System.Configuration.ConfigurationElementCollection"></see> will cause an exception to be thrown; otherwise, false. </returns>
  621.         </member>
  622.         <member name="T:System.Configuration.ConfigurationElementCollectionType">
  623.             <summary>Specifies the type of a <see cref="T:System.Configuration.ConfigurationElementCollectionType"></see> object.</summary>
  624.         </member>
  625.         <member name="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap">
  626.             <summary>The default type of <see cref="T:System.Configuration.ConfigurationElementCollection"></see>. Collections of this type contain elements that can be merged across a hierarchy of configuration files. At any particular level within such a hierarchy, add, remove, and clear directives are used to modify any inherited properties and specify new ones.</summary>
  627.         </member>
  628.         <member name="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMapAlternate">
  629.             <summary>Same as <see cref="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap"></see>, except that this type causes the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object to sort its contents such that inherited elements are listed last.</summary>
  630.         </member>
  631.         <member name="F:System.Configuration.ConfigurationElementCollectionType.BasicMap">
  632.             <summary>Collections of this type contain elements that apply to the level at which they are specified, and to all child levels. A child level cannot modify the properties specified by a parent element of this type.</summary>
  633.         </member>
  634.         <member name="F:System.Configuration.ConfigurationElementCollectionType.BasicMapAlternate">
  635.             <summary>Same as <see cref="F:System.Configuration.ConfigurationElementCollectionType.BasicMap"></see>, except that this type causes the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object to sort its contents such that inherited elements are listed last.</summary>
  636.         </member>
  637.         <member name="T:System.Configuration.ConfigurationElementProperty">
  638.             <summary>Specifies the property of a configuration element. This class cannot be inherited.</summary>
  639.         </member>
  640.         <member name="M:System.Configuration.ConfigurationElementProperty.#ctor(System.Configuration.ConfigurationValidatorBase)">
  641.             <summary>Initializes an instance of the <see cref="T:System.Configuration.ConfigurationElementProperty"></see> class based on a supplied parameter.</summary>
  642.             <param name="validator">A <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object.</param>
  643.         </member>
  644.         <member name="P:System.Configuration.ConfigurationElementProperty.Validator">
  645.             <summary>Gets a <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object used to validate the <see cref="T:System.Configuration.ConfigurationElementProperty"></see> object.</summary>
  646.             <returns>A <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object.</returns>
  647.         </member>
  648.         <member name="T:System.Configuration.ConfigurationErrorsException">
  649.             <summary>The exception that is thrown when a configuration-system error has occurred.</summary>
  650.         </member>
  651.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor">
  652.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  653.         </member>
  654.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String)">
  655.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  656.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  657.         </member>
  658.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  659.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  660.             <param name="context">Contextual information about the source or destination.</param>
  661.             <param name="info">The object that holds the information to deserialize.</param>
  662.         </member>
  663.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception)">
  664.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  665.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  666.             <param name="inner">The exception that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  667.         </member>
  668.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlNode)">
  669.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  670.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  671.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  672.         </member>
  673.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlReader)">
  674.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  675.             <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  676.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  677.         </member>
  678.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlNode)">
  679.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  680.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  681.             <param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  682.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  683.         </member>
  684.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlReader)">
  685.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  686.             <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  687.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  688.             <param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  689.         </member>
  690.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.String,System.Int32)">
  691.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  692.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  693.             <param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  694.             <param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  695.         </member>
  696.         <member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.String,System.Int32)">
  697.             <summary>Initializes a new instance of a <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
  698.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  699.             <param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  700.             <param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
  701.             <param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  702.         </member>
  703.         <member name="M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlNode)">
  704.             <summary>Gets the path to the configuration file from which the internal <see cref="T:System.Xml.XmlNode"></see> object was loaded when this configuration exception was thrown.</summary>
  705.             <returns>The path to the configuration file from which the internal <see cref="T:System.Xml.XmlNode"></see> object was loaded when this configuration exception was thrown. </returns>
  706.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  707.         </member>
  708.         <member name="M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlReader)">
  709.             <summary>Gets the path to the configuration file that the internal <see cref="T:System.Xml.XmlReader"></see> was reading when this configuration exception was thrown.</summary>
  710.             <returns>The path of the configuration file the internal <see cref="T:System.Xml.XmlReader"></see> object was accessing when the exception occurred.</returns>
  711.             <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  712.         </member>
  713.         <member name="M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlNode)">
  714.             <summary>Gets the line number within the configuration file that the internal <see cref="T:System.Xml.XmlNode"></see> object represented when this configuration exception was thrown.</summary>
  715.             <returns>The line number within the configuration file that contains the <see cref="T:System.Xml.XmlNode"></see> object being parsed when this configuration exception was thrown.</returns>
  716.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  717.         </member>
  718.         <member name="M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlReader)">
  719.             <summary>Gets the line number within the configuration file that the internal <see cref="T:System.Xml.XmlReader"></see> object was processing when this configuration exception was thrown.</summary>
  720.             <returns>The line number within the configuration file that the <see cref="T:System.Xml.XmlReader"></see> object was accessing when the exception occurred.</returns>
  721.             <param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
  722.         </member>
  723.         <member name="M:System.Configuration.ConfigurationErrorsException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  724.             <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the file name and line number at which this configuration exception occurred.</summary>
  725.             <param name="context">The contextual information about the source or destination.</param>
  726.             <param name="info">The object that holds the information to be serialized.</param>
  727.         </member>
  728.         <member name="P:System.Configuration.ConfigurationErrorsException.BareMessage">
  729.             <summary>Gets a description of why this configuration exception was thrown.</summary>
  730.             <returns>A description of why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> was thrown.</returns>
  731.         </member>
  732.         <member name="P:System.Configuration.ConfigurationErrorsException.Errors">
  733.             <summary>Gets a collection of errors detailing the reasons this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</summary>
  734.             <returns>An <see cref="T:System.Collections.ICollection"></see> object containing errors that identify the reasons this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</returns>
  735.         </member>
  736.         <member name="P:System.Configuration.ConfigurationErrorsException.Filename">
  737.             <summary>Gets the path to the configuration file that caused this configuration exception to be thrown.</summary>
  738.             <returns>The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> to be thrown.</returns>
  739.         </member>
  740.         <member name="P:System.Configuration.ConfigurationErrorsException.Line">
  741.             <summary>Gets the line number within the configuration file at which this configuration exception was thrown.</summary>
  742.             <returns>The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</returns>
  743.         </member>
  744.         <member name="P:System.Configuration.ConfigurationErrorsException.Message">
  745.             <summary>Gets an extended description of why this configuration exception was thrown.</summary>
  746.             <returns>An extended description of why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</returns>
  747.         </member>
  748.         <member name="T:System.Configuration.ConfigurationFileMap">
  749.             <summary>Defines the configuration file mapping for the machine configuration file. </summary>
  750.         </member>
  751.         <member name="M:System.Configuration.ConfigurationFileMap.#ctor">
  752.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationFileMap"></see> class.</summary>
  753.         </member>
  754.         <member name="M:System.Configuration.ConfigurationFileMap.#ctor(System.String)">
  755.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationFileMap"></see> class based on the supplied parameter.</summary>
  756.             <param name="machineConfigFilename">The name of the machine configuration file.</param>
  757.         </member>
  758.         <member name="M:System.Configuration.ConfigurationFileMap.Clone">
  759.             <summary>Creates a copy of the existing <see cref="T:System.Configuration.ConfigurationFileMap"></see> object.</summary>
  760.             <returns>A <see cref="T:System.Configuration.ConfigurationFileMap"></see> object.</returns>
  761.         </member>
  762.         <member name="P:System.Configuration.ConfigurationFileMap.MachineConfigFilename">
  763.             <summary>Gets or sets the name of the machine configuration file name.</summary>
  764.             <returns>The machine configuration file name.</returns>
  765.         </member>
  766.         <member name="T:System.Configuration.ConfigurationLocation">
  767.             <summary>Represents a location element within a configuration file.</summary>
  768.         </member>
  769.         <member name="M:System.Configuration.ConfigurationLocation.OpenConfiguration">
  770.             <summary>Creates an instance of a Configuration object.</summary>
  771.             <returns>A Configuration object.</returns>
  772.         </member>
  773.         <member name="P:System.Configuration.ConfigurationLocation.Path">
  774.             <summary>Gets the relative path to the resource whose configuration settings are represented by this <see cref="T:System.Configuration.ConfigurationLocation"></see> object.</summary>
  775.             <returns>The relative path to the resource whose configuration settings are represented by this <see cref="T:System.Configuration.ConfigurationLocation"></see>.</returns>
  776.         </member>
  777.         <member name="T:System.Configuration.ConfigurationLocationCollection">
  778.             <summary>Contains a collection of <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> objects.</summary>
  779.         </member>
  780.         <member name="P:System.Configuration.ConfigurationLocationCollection.Item(System.Int32)">
  781.             <summary>Gets the <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> object at the specified index.</summary>
  782.             <returns>The <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> at the specified index.</returns>
  783.             <param name="index">The index location of the <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> to return.</param>
  784.         </member>
  785.         <member name="T:System.Configuration.ConfigurationLockCollection">
  786.             <summary>Contains a collection of locked configuration objects. This class cannot be inherited.</summary>
  787.         </member>
  788.         <member name="M:System.Configuration.ConfigurationLockCollection.Add(System.String)">
  789.             <summary>Locks a configuration object by adding it to the collection.</summary>
  790.             <param name="name">The name of the configuration object.</param>
  791.             <exception cref="T:System.Configuration.ConfigurationErrorsException">Occurs when the name does not match an existing configuration object within the collection.</exception>
  792.         </member>
  793.         <member name="M:System.Configuration.ConfigurationLockCollection.Clear">
  794.             <summary>Clears all configuration objects from the collection.</summary>
  795.         </member>
  796.         <member name="M:System.Configuration.ConfigurationLockCollection.Contains(System.String)">
  797.             <summary>Verifies whether a specific configuration object is locked.</summary>
  798.             <returns>true if the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> contains the specified configuration object; otherwise, false.</returns>
  799.             <param name="name">The name of the configuration object to verify.</param>
  800.         </member>
  801.         <member name="M:System.Configuration.ConfigurationLockCollection.CopyTo(System.String[],System.Int32)">
  802.             <summary>Copies the entire <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
  803.             <param name="array">A one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from the <see cref="T:System.Configuration.ConfigurationLockCollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  804.             <param name="index">The zero-based index in array at which copying begins.</param>
  805.         </member>
  806.         <member name="M:System.Configuration.ConfigurationLockCollection.GetEnumerator">
  807.             <summary>Gets an <see cref="T:System.Collections.IEnumerator"></see> object, which is used to iterate through this <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection.</summary>
  808.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> object.</returns>
  809.         </member>
  810.         <member name="M:System.Configuration.ConfigurationLockCollection.IsReadOnly(System.String)">
  811.             <summary>Verifies whether a specific configuration object is read-only.</summary>
  812.             <returns>true if the specified configuration object in the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection is read-only; otherwise, false.</returns>
  813.             <param name="name">The name of the configuration object to verify.</param>
  814.         </member>
  815.         <member name="M:System.Configuration.ConfigurationLockCollection.Remove(System.String)">
  816.             <summary>Removes a configuration object from the collection.</summary>
  817.             <param name="name">The name of the configuration object.</param>
  818.             <exception cref="T:System.Configuration.ConfigurationErrorsException">Occurs when the name does not match an existing configuration object within the collection.</exception>
  819.         </member>
  820.         <member name="M:System.Configuration.ConfigurationLockCollection.SetFromList(System.String)">
  821.             <summary>Locks a set of configuration objects based on the supplied list.</summary>
  822.             <param name="attributeList">A comma-delimited string.</param>
  823.             <exception cref="T:System.Configuration.ConfigurationErrorsException">Occurs when an item in the attributeList parameter is not a valid lockable configuration attribute.</exception>
  824.         </member>
  825.         <member name="M:System.Configuration.ConfigurationLockCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  826.             <summary>Copies the entire <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
  827.             <param name="array">A one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  828.             <param name="index">The zero-based index in array at which copying begins.</param>
  829.         </member>
  830.         <member name="P:System.Configuration.ConfigurationLockCollection.AttributeList">
  831.             <summary>Gets a list of configuration objects contained in the collection.</summary>
  832.             <returns>A comma-delimited string that lists the lock configuration objects in the collection.</returns>
  833.         </member>
  834.         <member name="P:System.Configuration.ConfigurationLockCollection.Count">
  835.             <summary>Gets the number of locked configuration objects contained in the collection.</summary>
  836.             <returns>The number of locked configuration objects contained in the collection.</returns>
  837.         </member>
  838.         <member name="P:System.Configuration.ConfigurationLockCollection.HasParentElements">
  839.             <summary>Gets a value specifying whether the collection of locked objects has parent elements.</summary>
  840.             <returns>true if the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection has parent elements; otherwise, false.</returns>
  841.         </member>
  842.         <member name="P:System.Configuration.ConfigurationLockCollection.IsModified">
  843.             <summary>Gets a value specifying whether the collection has been modified.</summary>
  844.             <returns>true if the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection has been modified; otherwise, false.</returns>
  845.         </member>
  846.         <member name="P:System.Configuration.ConfigurationLockCollection.IsSynchronized">
  847.             <summary>Gets a value specifying whether the collection is synchronized.</summary>
  848.             <returns>true if the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection is synchronized; otherwise, false.</returns>
  849.         </member>
  850.         <member name="P:System.Configuration.ConfigurationLockCollection.SyncRoot">
  851.             <summary>Gets an object used to synchronize access to this <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection.</summary>
  852.             <returns>An object used to synchronize access to this <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection.</returns>
  853.         </member>
  854.         <member name="T:System.Configuration.ConfigurationManager">
  855.             <summary>Provides access to configuration files for client applications. This class cannot be inherited.</summary>
  856.         </member>
  857.         <member name="M:System.Configuration.ConfigurationManager.GetSection(System.String)">
  858.             <summary>Retrieves a specified configuration section for the current application's default configuration.</summary>
  859.             <returns>The specified <see cref="T:System.Configuration.ConfigurationSection"></see> object, or null if the section does not exist.</returns>
  860.             <param name="sectionName">The configuration section path and name.</param>
  861.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
  862.         </member>
  863.         <member name="M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.Configuration.ConfigurationUserLevel)">
  864.             <summary>Opens the configuration file for the current application as a <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  865.             <returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  866.             <param name="userLevel">The <see cref="T:System.Configuration.ConfigurationUserLevel"></see> for which you are opening the configuration.</param>
  867.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
  868.         </member>
  869.         <member name="M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.String)">
  870.             <summary>Opens the specified client configuration file as a <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  871.             <returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  872.             <param name="exePath">The path to the configuration file associated with the executable file. </param>
  873.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
  874.         </member>
  875.         <member name="M:System.Configuration.ConfigurationManager.OpenMachineConfiguration">
  876.             <summary>Opens the machine configuration file on the current computer as a <see cref="T:System.Configuration.Configuration"></see> object.</summary>
  877.             <returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  878.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
  879.         </member>
  880.         <member name="M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel)">
  881.             <summary>Opens the specified client configuration file as a <see cref="T:System.Configuration.Configuration"></see> object using the specified file mapping and user level.</summary>
  882.             <returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  883.             <param name="fileMap">An <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> object that references configuration file to use instead of the application default configuration file.</param>
  884.             <param name="userLevel">The <see cref="T:System.Configuration.ConfigurationUserLevel"></see> for which you are opening the configuration.</param>
  885.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
  886.         </member>
  887.         <member name="M:System.Configuration.ConfigurationManager.OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap)">
  888.             <summary>Opens the machine configuration file as a <see cref="T:System.Configuration.Configuration"></see> object using the specified file mapping.</summary>
  889.             <returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
  890.             <param name="fileMap">An <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> object that references configuration file to use instead of the application default configuration file.</param>
  891.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
  892.         </member>
  893.         <member name="M:System.Configuration.ConfigurationManager.RefreshSection(System.String)">
  894.             <summary>Refreshes the named section so the next time it is retrieved it will be re-read from disk.</summary>
  895.             <param name="sectionName">The configuration section name or the configuration path and section name of the section to refresh.</param>
  896.         </member>
  897.         <member name="P:System.Configuration.ConfigurationManager.AppSettings">
  898.             <summary>Gets the <see cref="T:System.Configuration.AppSettingsSection"></see> data for the current application's default configuration.</summary>
  899.             <returns>Returns a <see cref="T:System.Collections.Specialized.NameValueCollection"></see> object containing the contents of the <see cref="T:System.Configuration.AppSettingsSection"></see> object for the current application's default configuration. </returns>
  900.             <exception cref="T:System.Configuration.ConfigurationErrorsException">Could not retrieve a <see cref="T:System.Collections.Specialized.NameValueCollection"></see> object with the application settings data.</exception>
  901.         </member>
  902.         <member name="P:System.Configuration.ConfigurationManager.ConnectionStrings">
  903.             <summary>Gets the <see cref="T:System.Configuration.ConnectionStringsSection"></see> data for the current application's default configuration.</summary>
  904.             <returns>Returns a <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> object containing the contents of the <see cref="T:System.Configuration.ConnectionStringsSection"></see> object for the current application's default configuration. </returns>
  905.             <exception cref="T:System.Configuration.ConfigurationErrorsException">Could not retrieve a <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> object.</exception>
  906.         </member>
  907.         <member name="T:System.Configuration.ConfigurationPermission">
  908.             <summary>Provides a permission structure that allows methods or classes to access configuration files. </summary>
  909.         </member>
  910.         <member name="M:System.Configuration.ConfigurationPermission.#ctor(System.Security.Permissions.PermissionState)">
  911.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationPermission"></see> class. </summary>
  912.             <param name="state">The permission level to grant.</param>
  913.             <exception cref="T:System.ArgumentException">The value of state is neither <see cref="F:System.Security.Permissions.PermissionState.Unrestricted"></see> nor <see cref="F:System.Security.Permissions.PermissionState.None"></see>.</exception>
  914.         </member>
  915.         <member name="M:System.Configuration.ConfigurationPermission.Copy">
  916.             <summary>Returns a new <see cref="T:System.Configuration.ConfigurationPermission"></see> object with the same permission level.</summary>
  917.             <returns>A new <see cref="T:System.Configuration.ConfigurationPermission"></see> with the same permission level.</returns>
  918.         </member>
  919.         <member name="M:System.Configuration.ConfigurationPermission.FromXml(System.Security.SecurityElement)">
  920.             <summary>Reads the value of the permission state from XML.</summary>
  921.             <param name="securityElement">The configuration element from which the permission state is read.</param>
  922.             <exception cref="T:System.ArgumentException">The class attribute of the given securityElement equals null.</exception>
  923.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Security.SecurityElement.Tag"></see> for the given securityElement does not equal "IPermission".</exception>
  924.             <exception cref="T:System.ArgumentException">The class attribute of the given securityElement is not the type name for <see cref="T:System.Configuration.ConfigurationPermission"></see>.</exception>
  925.             <exception cref="T:System.ArgumentNullException">securityElement is null.</exception>
  926.             <exception cref="T:System.ArgumentException">The unrestricted attribute for the given securityElement is neither true nor false.</exception>
  927.             <exception cref="T:System.ArgumentException">The version attribute for the given securityElement does not equal 1.</exception>
  928.         </member>
  929.         <member name="M:System.Configuration.ConfigurationPermission.Intersect(System.Security.IPermission)">
  930.             <summary>Returns the logical intersection between the <see cref="T:System.Configuration.ConfigurationPermission"></see> object and a given object that implements the <see cref="T:System.Security.IPermission"></see> interface.</summary>
  931.             <returns>The logical intersection between the <see cref="T:System.Configuration.ConfigurationPermission"></see> and a given object that implements <see cref="T:System.Security.IPermission"></see>.</returns>
  932.             <param name="target">The object containing the permissions to perform the intersection with.</param>
  933.             <exception cref="T:System.ArgumentException">target is not typed as <see cref="T:System.Configuration.ConfigurationPermission"></see>.</exception>
  934.         </member>
  935.         <member name="M:System.Configuration.ConfigurationPermission.IsSubsetOf(System.Security.IPermission)">
  936.             <summary>Compares the <see cref="T:System.Configuration.ConfigurationPermission"></see> object with an object implementing the <see cref="T:System.Security.IPermission"></see> interface.</summary>
  937.             <returns>true if the permission state is equal; otherwise, false.</returns>
  938.             <param name="target">The object to compare to.</param>
  939.             <exception cref="T:System.ArgumentException">target is not typed as <see cref="T:System.Configuration.ConfigurationPermission"></see>.</exception>
  940.         </member>
  941.         <member name="M:System.Configuration.ConfigurationPermission.IsUnrestricted">
  942.             <summary>Indicates whether the permission state for the <see cref="T:System.Configuration.ConfigurationPermission"></see> object is the <see cref="F:System.Security.Permissions.PermissionState.Unrestricted"></see> value of the <see cref="T:System.Security.Permissions.PermissionState"></see> enumeration.</summary>
  943.             <returns>true if the permission state for the <see cref="T:System.Configuration.ConfigurationPermission"></see> is the <see cref="F:System.Security.Permissions.PermissionState.Unrestricted"></see> value of <see cref="T:System.Security.Permissions.PermissionState"></see>; otherwise, false.</returns>
  944.         </member>
  945.         <member name="M:System.Configuration.ConfigurationPermission.ToXml">
  946.             <summary>Returns a <see cref="T:System.Security.SecurityElement"></see> object with attribute values based on the current <see cref="T:System.Configuration.ConfigurationPermission"></see> object.</summary>
  947.             <returns>A <see cref="T:System.Security.SecurityElement"></see> with attribute values based on the current <see cref="T:System.Configuration.ConfigurationPermission"></see>.</returns>
  948.         </member>
  949.         <member name="M:System.Configuration.ConfigurationPermission.Union(System.Security.IPermission)">
  950.             <summary>Returns the logical union of the <see cref="T:System.Configuration.ConfigurationPermission"></see> object and an object that implements the <see cref="T:System.Security.IPermission"></see> interface.</summary>
  951.             <returns>The logical union of the <see cref="T:System.Configuration.ConfigurationPermission"></see> and an object that implements <see cref="T:System.Security.IPermission"></see>.</returns>
  952.             <param name="target">The object to perform the union with.</param>
  953.             <exception cref="T:System.ArgumentException">target is not typed as <see cref="T:System.Configuration.ConfigurationPermission"></see>.</exception>
  954.         </member>
  955.         <member name="T:System.Configuration.ConfigurationPermissionAttribute">
  956.             <summary>Creates a <see cref="T:System.Configuration.ConfigurationPermission"></see> object that either grants or denies the marked target permission to access sections of configuration files.</summary>
  957.         </member>
  958.         <member name="M:System.Configuration.ConfigurationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  959.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationPermissionAttribute"></see> class. </summary>
  960.             <param name="action">The security action that determines the permission state of the attribute.</param>
  961.         </member>
  962.         <member name="M:System.Configuration.ConfigurationPermissionAttribute.CreatePermission">
  963.             <summary>Creates and returns an object that implements the <see cref="T:System.Security.IPermission"></see> interface.</summary>
  964.             <returns>Returns an object that implements <see cref="T:System.Security.IPermission"></see>.</returns>
  965.         </member>
  966.         <member name="T:System.Configuration.ConfigurationProperty">
  967.             <summary>Represents an attribute or a child of a configuration element. This class cannot be inherited.</summary>
  968.         </member>
  969.         <member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type)">
  970.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
  971.             <param name="type">The type of the configuration entity. </param>
  972.             <param name="name">The name of the configuration entity. </param>
  973.         </member>
  974.         <member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object)">
  975.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
  976.             <param name="type">The type of the configuration entity. </param>
  977.             <param name="defaultValue">The default value of the configuration entity. </param>
  978.             <param name="name">The name of the configuration entity. </param>
  979.         </member>
  980.         <member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.Configuration.ConfigurationPropertyOptions)">
  981.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
  982.             <param name="type">The type of the configuration entity. </param>
  983.             <param name="defaultValue">The default value of the configuration entity. </param>
  984.             <param name="name">The name of the configuration entity. </param>
  985.             <param name="options">One of the <see cref="T:System.Configuration.ConfigurationPropertyOptions"></see> enumeration values.</param>
  986.         </member>
  987.         <member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions)">
  988.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
  989.             <param name="type">The type of the configuration entity.</param>
  990.             <param name="validator">The validator to use. </param>
  991.             <param name="defaultValue">The default value of the configuration entity. </param>
  992.             <param name="name">The name of the configuration entity. </param>
  993.             <param name="options">One of the <see cref="T:System.Configuration.ConfigurationPropertyOptions"></see> enumeration values. </param>
  994.             <param name="typeConverter">The type of the converter to apply.</param>
  995.         </member>
  996.         <member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions,System.String)">
  997.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
  998.             <param name="type">The type of the configuration entity. </param>
  999.             <param name="description">The description of the configuration entity. </param>
  1000.             <param name="validator">The validator to use. </param>
  1001.             <param name="defaultValue">The default value of the configuration entity. </param>
  1002.             <param name="name">The name of the configuration entity. </param>
  1003.             <param name="options">One of the <see cref="T:System.Configuration.ConfigurationPropertyOptions"></see> enumeration values. </param>
  1004.             <param name="typeConverter">The type of the converter to apply.</param>
  1005.         </member>
  1006.         <member name="P:System.Configuration.ConfigurationProperty.Converter">
  1007.             <summary>Gets the <see cref="T:System.ComponentModel.TypeConverter"></see> used to convert this <see cref="T:System.Configuration.ConfigurationProperty"></see> into an XML representation for writing to the configuration file.</summary>
  1008.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> used to convert this <see cref="T:System.Configuration.ConfigurationProperty"></see> into an XML representation for writing to the configuration file.</returns>
  1009.             <exception cref="T:System.Exception">This <see cref="T:System.Configuration.ConfigurationProperty"></see> cannot be converted. </exception>
  1010.         </member>
  1011.         <member name="P:System.Configuration.ConfigurationProperty.DefaultValue">
  1012.             <summary>Gets the default value for this <see cref="T:System.Configuration.ConfigurationProperty"></see> property.</summary>
  1013.             <returns>An <see cref="T:System.Object"></see> that can be cast to the type specified by the <see cref="P:System.Configuration.ConfigurationProperty.Type"></see> property.</returns>
  1014.         </member>
  1015.         <member name="P:System.Configuration.ConfigurationProperty.Description">
  1016.             <summary>Gets the description associated with the <see cref="T:System.Configuration.ConfigurationProperty"></see>.</summary>
  1017.             <returns>A string value that describes the property.</returns>
  1018.         </member>
  1019.         <member name="P:System.Configuration.ConfigurationProperty.IsDefaultCollection">
  1020.             <summary>Gets or sets whether the property is the default collection of an element. </summary>
  1021.             <returns>true if the property is the default collection of an element; otherwise, false.</returns>
  1022.         </member>
  1023.         <member name="P:System.Configuration.ConfigurationProperty.IsKey">
  1024.             <summary>Gets a value indicating whether this <see cref="T:System.Configuration.ConfigurationProperty"></see> is the key for the containing <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
  1025.             <returns>true if this <see cref="T:System.Configuration.ConfigurationProperty"></see> object is the key for the containing element; otherwise, false. The default is false.</returns>
  1026.         </member>
  1027.         <member name="P:System.Configuration.ConfigurationProperty.IsRequired">
  1028.             <summary>Gets a value indicating whether this <see cref="T:System.Configuration.ConfigurationProperty"></see> is required.</summary>
  1029.             <returns>true if the <see cref="T:System.Configuration.ConfigurationProperty"></see> is required; otherwise, false. The default is false.</returns>
  1030.         </member>
  1031.         <member name="P:System.Configuration.ConfigurationProperty.Name">
  1032.             <summary>Gets the name of this <see cref="T:System.Configuration.ConfigurationProperty"></see>.</summary>
  1033.             <returns>The name of the <see cref="T:System.Configuration.ConfigurationProperty"></see>.</returns>
  1034.         </member>
  1035.         <member name="P:System.Configuration.ConfigurationProperty.Type">
  1036.             <summary>Gets the type of this <see cref="T:System.Configuration.ConfigurationProperty"></see> object.</summary>
  1037.             <returns>A <see cref="T:System.Type"></see> representing the type of this <see cref="T:System.Configuration.ConfigurationProperty"></see> object.</returns>
  1038.         </member>
  1039.         <member name="P:System.Configuration.ConfigurationProperty.Validator">
  1040.             <summary>Gets the <see cref="T:System.Configuration.ConfigurationValidatorAttribute"></see>, which is used to validate this <see cref="T:System.Configuration.ConfigurationProperty"></see> object.</summary>
  1041.             <returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator, which is used to validate this <see cref="T:System.Configuration.ConfigurationProperty"></see>.</returns>
  1042.         </member>
  1043.         <member name="T:System.Configuration.ConfigurationPropertyAttribute">
  1044.             <summary>Declaratively instructs the .NET Framework to instantiate a configuration property. This class cannot be inherited.</summary>
  1045.         </member>
  1046.         <member name="M:System.Configuration.ConfigurationPropertyAttribute.#ctor(System.String)">
  1047.             <summary>Initializes a new instance of <see cref="T:System.Configuration.ConfigurationPropertyAttribute"></see> class.</summary>
  1048.             <param name="name">Name of the <see cref="T:System.Configuration.ConfigurationProperty"></see> object defined.</param>
  1049.         </member>
  1050.         <member name="P:System.Configuration.ConfigurationPropertyAttribute.DefaultValue">
  1051.             <summary>Gets or sets the default value for the decorated property.</summary>
  1052.             <returns>The object representing the default value of the decorated configuration-element property.</returns>
  1053.         </member>
  1054.         <member name="P:System.Configuration.ConfigurationPropertyAttribute.IsDefaultCollection">
  1055.             <summary>Gets or sets a value indicating whether this is the default property collection for the decorated configuration property. </summary>
  1056.             <returns>true if the property represents the default collection of an element; otherwise, false. The default is false.</returns>
  1057.         </member>
  1058.         <member name="P:System.Configuration.ConfigurationPropertyAttribute.IsKey">
  1059.             <summary>Gets or sets a value indicating whether this is a key property for the decorated element property.</summary>
  1060.             <returns>true if the property is a key property for an element of the collection; otherwise, false. The default is false.</returns>
  1061.         </member>
  1062.         <member name="P:System.Configuration.ConfigurationPropertyAttribute.IsRequired">
  1063.             <summary>Gets or sets a value indicating whether the decorated element property is required.</summary>
  1064.             <returns>true if the property is required; otherwise, false. The default is false.</returns>
  1065.         </member>
  1066.         <member name="P:System.Configuration.ConfigurationPropertyAttribute.Name">
  1067.             <summary>Gets or sets the name of the decorated configuration-element property.</summary>
  1068.             <returns>The name of the decorated configuration-element property.</returns>
  1069.         </member>
  1070.         <member name="P:System.Configuration.ConfigurationPropertyAttribute.Options">
  1071.             <summary>Gets or sets the <see cref="T:System.Configuration.ConfigurationPropertyOptions"></see> for the decorated configuration-element property.</summary>
  1072.             <returns>One of the <see cref="T:System.Configuration.ConfigurationPropertyOptions"></see> enumeration values associated with the property.</returns>
  1073.         </member>
  1074.         <member name="T:System.Configuration.ConfigurationPropertyCollection">
  1075.             <summary>Represents a collection of configuration-element properties.</summary>
  1076.         </member>
  1077.         <member name="M:System.Configuration.ConfigurationPropertyCollection.#ctor">
  1078.             <summary>Creates a new instance of <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see>.</summary>
  1079.         </member>
  1080.         <member name="M:System.Configuration.ConfigurationPropertyCollection.Add(System.Configuration.ConfigurationProperty)">
  1081.             <summary>Adds a configuration property to the collection.</summary>
  1082.             <param name="property">The <see cref="T:System.Configuration.ConfigurationProperty"></see>  to add. </param>
  1083.         </member>
  1084.         <member name="M:System.Configuration.ConfigurationPropertyCollection.Clear">
  1085.             <summary>Removes all configuration property objects from the collection.</summary>
  1086.         </member>
  1087.         <member name="M:System.Configuration.ConfigurationPropertyCollection.Contains(System.String)">
  1088.             <summary>Specifies whether the configuration property is contained in this collection.</summary>
  1089.             <returns>true if the specified <see cref="T:System.Configuration.ConfigurationProperty"></see> is contained in the collection; otherwise, false.</returns>
  1090.             <param name="name">An identifier for the <see cref="T:System.Configuration.ConfigurationProperty"></see> to verify. </param>
  1091.         </member>
  1092.         <member name="M:System.Configuration.ConfigurationPropertyCollection.CopyTo(System.Configuration.ConfigurationProperty[],System.Int32)">
  1093.             <summary>Copies this ConfigurationPropertyCollection to an array.</summary>
  1094.             <param name="array">Array to which to copy.</param>
  1095.             <param name="index">Index at which to begin copying.</param>
  1096.         </member>
  1097.         <member name="M:System.Configuration.ConfigurationPropertyCollection.GetEnumerator">
  1098.             <summary>Gets the <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</summary>
  1099.             <returns>The <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection</returns>
  1100.         </member>
  1101.         <member name="M:System.Configuration.ConfigurationPropertyCollection.Remove(System.String)">
  1102.             <summary>Removes a configuration property from the collection.</summary>
  1103.             <returns>true if the specified <see cref="T:System.Configuration.ConfigurationProperty"></see> was removed; otherwise, false.</returns>
  1104.             <param name="name">The <see cref="T:System.Configuration.ConfigurationProperty"></see> to remove. </param>
  1105.         </member>
  1106.         <member name="M:System.Configuration.ConfigurationPropertyCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  1107.             <summary>Copies this collection to an array.</summary>
  1108.             <param name="array">The array to which to copy.</param>
  1109.             <param name="index">The index location at which to begin copying.</param>
  1110.         </member>
  1111.         <member name="P:System.Configuration.ConfigurationPropertyCollection.Count">
  1112.             <summary>Gets the number of properties in the collection.</summary>
  1113.             <returns>The number of properties in the collection.</returns>
  1114.         </member>
  1115.         <member name="P:System.Configuration.ConfigurationPropertyCollection.IsSynchronized">
  1116.             <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
  1117.             <returns>true if access to the <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> is synchronized; otherwise, false.</returns>
  1118.         </member>
  1119.         <member name="P:System.Configuration.ConfigurationPropertyCollection.Item(System.String)">
  1120.             <summary>Allows access to the collection.</summary>
  1121.             <returns>The <see cref="T:System.Configuration.ConfigurationProperty"></see> with the specified name.</returns>
  1122.             <param name="name">The <see cref="T:System.Configuration.ConfigurationProperty"></see> to return. </param>
  1123.         </member>
  1124.         <member name="P:System.Configuration.ConfigurationPropertyCollection.SyncRoot">
  1125.             <summary>Gets the object to synchronize access to the collection.</summary>
  1126.             <returns>The object to synchronize access to the collection.</returns>
  1127.         </member>
  1128.         <member name="T:System.Configuration.ConfigurationPropertyOptions">
  1129.             <summary>Specifies the options to apply to a property.</summary>
  1130.         </member>
  1131.         <member name="F:System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection">
  1132.             <summary>Indicates that the property is a default collection. </summary>
  1133.         </member>
  1134.         <member name="F:System.Configuration.ConfigurationPropertyOptions.IsKey">
  1135.             <summary>Indicates that the property is a collection key.</summary>
  1136.         </member>
  1137.         <member name="F:System.Configuration.ConfigurationPropertyOptions.IsRequired">
  1138.             <summary>Indicates that the property is required. </summary>
  1139.         </member>
  1140.         <member name="F:System.Configuration.ConfigurationPropertyOptions.None">
  1141.             <summary>Indicates that no option applies to the property.</summary>
  1142.         </member>
  1143.         <member name="T:System.Configuration.ConfigurationSaveMode">
  1144.             <summary>Determines which properties are written out to a configuration file.</summary>
  1145.         </member>
  1146.         <member name="F:System.Configuration.ConfigurationSaveMode.Full">
  1147.             <summary>Causes all properties to be written to the configuration file. This is useful mostly for creating information configuration files or moving configuration values from one machine to another.</summary>
  1148.         </member>
  1149.         <member name="F:System.Configuration.ConfigurationSaveMode.Minimal">
  1150.             <summary>Causes only properties that differ from inherited values to be written to the configuration file.</summary>
  1151.         </member>
  1152.         <member name="F:System.Configuration.ConfigurationSaveMode.Modified">
  1153.             <summary>Causes only modified properties to be written to the configuration file, even when the value is the same as the inherited value.</summary>
  1154.         </member>
  1155.         <member name="T:System.Configuration.ConfigurationSection">
  1156.             <summary>Represents a section within a configuration file.</summary>
  1157.         </member>
  1158.         <member name="M:System.Configuration.ConfigurationSection.#ctor">
  1159.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationSection"></see> class. </summary>
  1160.         </member>
  1161.         <member name="M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader)">
  1162.             <summary>Reads XML from the configuration file.</summary>
  1163.             <param name="reader">The <see cref="T:System.Xml.XmlReader"></see>, which reads from the configuration file. </param>
  1164.         </member>
  1165.         <member name="M:System.Configuration.ConfigurationSection.GetRuntimeObject">
  1166.             <summary>Returns a custom object when overridden in a derived class.</summary>
  1167.             <returns>The object representing the section.</returns>
  1168.         </member>
  1169.         <member name="M:System.Configuration.ConfigurationSection.IsModified">
  1170.             <summary>Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class.</summary>
  1171.             <returns>true if the element has been modified; otherwise, false. </returns>
  1172.         </member>
  1173.         <member name="M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)">
  1174.             <summary>Creates an XML string containing an unmerged view of the <see cref="T:System.Configuration.ConfigurationSection"></see> object as a single section to write to a file.</summary>
  1175.             <returns>An XML string containing an unmerged view of the <see cref="T:System.Configuration.ConfigurationSection"></see> object.</returns>
  1176.             <param name="parentElement">The <see cref="T:System.Configuration.ConfigurationElement"></see> object to use as the parent when performing the un-merge.</param>
  1177.             <param name="name">The name of the section to create.</param>
  1178.             <param name="saveMode">The <see cref="T:System.Configuration.ConfigurationSaveMode"></see> to use when writing to a string.</param>
  1179.         </member>
  1180.         <member name="P:System.Configuration.ConfigurationSection.SectionInformation">
  1181.             <summary>Gets a <see cref="T:System.Configuration.SectionInformation"></see> object that contains the non-customizable information and functionality of the <see cref="T:System.Configuration.ConfigurationSection"></see> object. </summary>
  1182.             <returns>A <see cref="T:System.Configuration.SectionInformation"></see> object that contains the non-customizable information and functionality of the <see cref="T:System.Configuration.ConfigurationSection"></see> object.</returns>
  1183.         </member>
  1184.         <member name="T:System.Configuration.ConfigurationSectionCollection">
  1185.             <summary>Represents a collection of related sections within a configuration file.</summary>
  1186.         </member>
  1187.         <member name="M:System.Configuration.ConfigurationSectionCollection.Add(System.String,System.Configuration.ConfigurationSection)">
  1188.             <summary>Adds a <see cref="T:System.Configuration.ConfigurationSection"></see> object to the <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1189.             <param name="name">The name of the section to be added.</param>
  1190.             <param name="section">The section to be added.</param>
  1191.         </member>
  1192.         <member name="M:System.Configuration.ConfigurationSectionCollection.Clear">
  1193.             <summary>Clears this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1194.         </member>
  1195.         <member name="M:System.Configuration.ConfigurationSectionCollection.CopyTo(System.Configuration.ConfigurationSection[],System.Int32)">
  1196.             <summary>Copies this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object to an array.</summary>
  1197.             <param name="array">The array to which to copy.</param>
  1198.             <param name="index">The index location at which to begin copying.</param>
  1199.         </member>
  1200.         <member name="M:System.Configuration.ConfigurationSectionCollection.Get(System.Int32)">
  1201.             <summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object contained in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1202.             <returns>The <see cref="T:System.Configuration.ConfigurationSection"></see> object at the specified index.</returns>
  1203.             <param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSection"></see> object to be returned.</param>
  1204.         </member>
  1205.         <member name="M:System.Configuration.ConfigurationSectionCollection.Get(System.String)">
  1206.             <summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object contained in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1207.             <returns>The <see cref="T:System.Configuration.ConfigurationSection"></see> object with the specified name.</returns>
  1208.             <param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSection"></see> object to be returned.</param>
  1209.         </member>
  1210.         <member name="M:System.Configuration.ConfigurationSectionCollection.GetEnumerator">
  1211.             <summary>Gets an enumerator that can iterate through this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1212.             <returns>A <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</returns>
  1213.         </member>
  1214.         <member name="M:System.Configuration.ConfigurationSectionCollection.GetKey(System.Int32)">
  1215.             <summary>Gets the key of the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object contained in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1216.             <returns>Key of the <see cref="T:System.Configuration.ConfigurationSection"></see> at the specified index.</returns>
  1217.             <param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSection"></see> object whose key is to be returned. </param>
  1218.         </member>
  1219.         <member name="M:System.Configuration.ConfigurationSectionCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1220.             <summary>Used by the system during serialization.</summary>
  1221.             <param name="context">The applicable <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
  1222.             <param name="info">The applicable <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
  1223.         </member>
  1224.         <member name="M:System.Configuration.ConfigurationSectionCollection.Remove(System.String)">
  1225.             <summary>Removes the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object from this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1226.             <param name="name">The name of the section to be removed. </param>
  1227.         </member>
  1228.         <member name="M:System.Configuration.ConfigurationSectionCollection.RemoveAt(System.Int32)">
  1229.             <summary>Removes the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object from this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1230.             <param name="index">The index of the section to be removed. </param>
  1231.         </member>
  1232.         <member name="P:System.Configuration.ConfigurationSectionCollection.Count">
  1233.             <summary>Gets the number of sections in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1234.             <returns>An integer representing the number of sections in the collection.</returns>
  1235.         </member>
  1236.         <member name="P:System.Configuration.ConfigurationSectionCollection.Item(System.Int32)">
  1237.             <summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
  1238.             <returns>The <see cref="T:System.Configuration.ConfigurationSection"></see> object at the specified index.</returns>
  1239.             <param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSection"></see> object to be returned. </param>
  1240.         </member>
  1241.         <member name="P:System.Configuration.ConfigurationSectionCollection.Item(System.String)">
  1242.             <summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
  1243.             <returns>The <see cref="T:System.Configuration.ConfigurationSection"></see> object with the specified name.</returns>
  1244.             <param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSection"></see> object to be returned. </param>
  1245.         </member>
  1246.         <member name="P:System.Configuration.ConfigurationSectionCollection.Keys">
  1247.             <summary>Gets the keys to all <see cref="T:System.Configuration.ConfigurationSection"></see> objects contained in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see>.</summary>
  1248.             <returns>A <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> object containing the keys of all sections in this collection.</returns>
  1249.         </member>
  1250.         <member name="T:System.Configuration.ConfigurationSectionGroup">
  1251.             <summary>Represents a grouping of related sections within a configuration file.</summary>
  1252.         </member>
  1253.         <member name="M:System.Configuration.ConfigurationSectionGroup.#ctor">
  1254.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> class. </summary>
  1255.         </member>
  1256.         <member name="M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration">
  1257.             <summary>Forces the declaration for this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
  1258.         </member>
  1259.         <member name="M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration(System.Boolean)">
  1260.             <summary>Forces the declaration for this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
  1261.             <param name="force">true if the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> must be written to the file; otherwise, false.</param>
  1262.         </member>
  1263.         <member name="P:System.Configuration.ConfigurationSectionGroup.IsDeclarationRequired">
  1264.             <summary>Gets a value indicating whether this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object declaration is required. </summary>
  1265.             <returns>true if this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> declaration is required; otherwise, false.</returns>
  1266.         </member>
  1267.         <member name="P:System.Configuration.ConfigurationSectionGroup.IsDeclared">
  1268.             <summary>Gets a value indicating whether this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object is declared.</summary>
  1269.             <returns>true if this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> is declared; otherwise, false. The default is false.</returns>
  1270.         </member>
  1271.         <member name="P:System.Configuration.ConfigurationSectionGroup.Name">
  1272.             <summary>Gets the name property of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
  1273.             <returns>The name property of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</returns>
  1274.         </member>
  1275.         <member name="P:System.Configuration.ConfigurationSectionGroup.SectionGroupName">
  1276.             <summary>Gets the section group name associated with this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see>.</summary>
  1277.             <returns>The section group name of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</returns>
  1278.         </member>
  1279.         <member name="P:System.Configuration.ConfigurationSectionGroup.SectionGroups">
  1280.             <summary>Gets a <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object containing all of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> objects that are children of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
  1281.             <returns>A <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object containing all of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> objects that are children of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see>.</returns>
  1282.         </member>
  1283.         <member name="P:System.Configuration.ConfigurationSectionGroup.Sections">
  1284.             <summary>Gets a <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> containing all of the <see cref="T:System.Configuration.ConfigurationSection"></see> objects within this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see>.</summary>
  1285.             <returns>A <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> containing all of the <see cref="T:System.Configuration.ConfigurationSection"></see> objects within this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see>.</returns>
  1286.         </member>
  1287.         <member name="P:System.Configuration.ConfigurationSectionGroup.Type">
  1288.             <summary>Gets or sets the type for this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
  1289.             <returns>Type of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</returns>
  1290.         </member>
  1291.         <member name="T:System.Configuration.ConfigurationSectionGroupCollection">
  1292.             <summary>Represents a collection of <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> objects.</summary>
  1293.         </member>
  1294.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.Add(System.String,System.Configuration.ConfigurationSectionGroup)">
  1295.             <summary>Adds a <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see>.</summary>
  1296.             <param name="sectionGroup">The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be added.</param>
  1297.             <param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be added.</param>
  1298.         </member>
  1299.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.Clear">
  1300.             <summary>Clears the collection.</summary>
  1301.         </member>
  1302.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.CopyTo(System.Configuration.ConfigurationSectionGroup[],System.Int32)">
  1303.             <summary>Copies this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> to an array.</summary>
  1304.             <param name="array">The array to which to copy.</param>
  1305.             <param name="index">The index location at which to begin copying.</param>
  1306.         </member>
  1307.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.Int32)">
  1308.             <summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object contained in the collection.</summary>
  1309.             <returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object at the specified index.</returns>
  1310.             <param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be returned. </param>
  1311.         </member>
  1312.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.String)">
  1313.             <summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object from the collection.</summary>
  1314.             <returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object with the specified name.</returns>
  1315.             <param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be returned. </param>
  1316.         </member>
  1317.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.GetEnumerator">
  1318.             <summary>Gets an enumerator that can iterate through the <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object.</summary>
  1319.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object.</returns>
  1320.         </member>
  1321.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.GetKey(System.Int32)">
  1322.             <summary>Gets the key of the specified <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object contained in this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see>.</summary>
  1323.             <returns>The key of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object at the specified index.</returns>
  1324.             <param name="index">The index of the section group whose key is to be returned. </param>
  1325.         </member>
  1326.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1327.             <summary>Used by the system during serialization.</summary>
  1328.             <param name="context">The applicable <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
  1329.             <param name="info">The applicable <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
  1330.         </member>
  1331.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.Remove(System.String)">
  1332.             <summary>Removes the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object whose name is specified from this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see>.</summary>
  1333.             <param name="name">Name of the section group to be removed. </param>
  1334.         </member>
  1335.         <member name="M:System.Configuration.ConfigurationSectionGroupCollection.RemoveAt(System.Int32)">
  1336.             <summary>Removes the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object whose index is specified from this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see>.</summary>
  1337.             <param name="index">The index of the section group to be removed. </param>
  1338.         </member>
  1339.         <member name="P:System.Configuration.ConfigurationSectionGroupCollection.Count">
  1340.             <summary>Gets the number of section groups in the collection.</summary>
  1341.             <returns>An integer representing the number of section groups in the collection.</returns>
  1342.         </member>
  1343.         <member name="P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.Int32)">
  1344.             <summary>Gets the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object whose index is specified from the collection.</summary>
  1345.             <returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object at the specified index.In C#, this property is the indexer for the <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> class. </returns>
  1346.             <param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be returned. </param>
  1347.         </member>
  1348.         <member name="P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.String)">
  1349.             <summary>Gets the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object whose name is specified from the collection.</summary>
  1350.             <returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object with the specified name.In C#, this property is the indexer for the <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> class. </returns>
  1351.             <param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be returned. </param>
  1352.         </member>
  1353.         <member name="P:System.Configuration.ConfigurationSectionGroupCollection.Keys">
  1354.             <summary>Gets the keys to all <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> objects contained in this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see>.</summary>
  1355.             <returns>A <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> object containing the names of all section groups in this collection.</returns>
  1356.         </member>
  1357.         <member name="T:System.Configuration.ConfigurationUserLevel">
  1358.             <summary>Used to specify which configuration file is to be represented by the Configuration object returned by <see cref="M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.Configuration.ConfigurationUserLevel)"></see>.</summary>
  1359.         </member>
  1360.         <member name="F:System.Configuration.ConfigurationUserLevel.None">
  1361.             <summary>Get the <see cref="T:System.Configuration.Configuration"></see> that applies to all users.</summary>
  1362.         </member>
  1363.         <member name="F:System.Configuration.ConfigurationUserLevel.PerUserRoaming">
  1364.             <summary>Get the roaming <see cref="T:System.Configuration.Configuration"></see> that applies to the current user.</summary>
  1365.         </member>
  1366.         <member name="F:System.Configuration.ConfigurationUserLevel.PerUserRoamingAndLocal">
  1367.             <summary>Get the local <see cref="T:System.Configuration.Configuration"></see> that applies to the current user.</summary>
  1368.         </member>
  1369.         <member name="T:System.Configuration.ConfigurationValidatorAttribute">
  1370.             <summary>Serves as the base class for the <see cref="N:System.Configuration"></see> validator attribute types.</summary>
  1371.         </member>
  1372.         <member name="M:System.Configuration.ConfigurationValidatorAttribute.#ctor">
  1373.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationValidatorAttribute"></see> class.</summary>
  1374.         </member>
  1375.         <member name="M:System.Configuration.ConfigurationValidatorAttribute.#ctor(System.Type)">
  1376.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationValidatorAttribute"></see> class using the specified validator type.</summary>
  1377.             <param name="validator">The validator type to use when creating an instance of <see cref="T:System.Configuration.ConfigurationValidatorAttribute"></see>.</param>
  1378.         </member>
  1379.         <member name="P:System.Configuration.ConfigurationValidatorAttribute.ValidatorInstance">
  1380.             <summary>Gets the validator attribute instance.</summary>
  1381.             <returns>The current <see cref="T:System.Configuration.ConfigurationValidatorBase"></see>.</returns>
  1382.         </member>
  1383.         <member name="P:System.Configuration.ConfigurationValidatorAttribute.ValidatorType">
  1384.             <summary>Gets the type of the validator attribute.</summary>
  1385.             <returns>The <see cref="T:System.Type"></see> of the current validator attribute instance.</returns>
  1386.         </member>
  1387.         <member name="T:System.Configuration.ConfigurationValidatorBase">
  1388.             <summary>Acts as a base class for deriving a validation class so that a value of an object can be verified.</summary>
  1389.         </member>
  1390.         <member name="M:System.Configuration.ConfigurationValidatorBase.#ctor">
  1391.             <summary>Initializes an instance of the <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> class.</summary>
  1392.         </member>
  1393.         <member name="M:System.Configuration.ConfigurationValidatorBase.CanValidate(System.Type)">
  1394.             <summary>Determines whether an object can be validated based on type.</summary>
  1395.             <returns>true if the type parameter value matches the expected type; otherwise, false. </returns>
  1396.             <param name="type">The object type.</param>
  1397.         </member>
  1398.         <member name="M:System.Configuration.ConfigurationValidatorBase.Validate(System.Object)">
  1399.             <summary>Determines whether the value of an object is valid. </summary>
  1400.             <param name="value">The object value.</param>
  1401.         </member>
  1402.         <member name="T:System.Configuration.ConnectionStringSettings">
  1403.             <summary>Represents a single, named connection string in the connection strings configuration file section.</summary>
  1404.         </member>
  1405.         <member name="M:System.Configuration.ConnectionStringSettings.#ctor">
  1406.             <summary>Initializes a new instance of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> class.</summary>
  1407.         </member>
  1408.         <member name="M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String)">
  1409.             <summary>Initializes a new instance of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> class.</summary>
  1410.             <param name="connectionString">The connection string.</param>
  1411.             <param name="name">The name of the connection string.</param>
  1412.         </member>
  1413.         <member name="M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String,System.String)">
  1414.             <summary>Initializes a new instance of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object.</summary>
  1415.             <param name="connectionString">The connection string.</param>
  1416.             <param name="name">The name of the connection string.</param>
  1417.             <param name="providerName">The name of the provider to use with the connection string.</param>
  1418.         </member>
  1419.         <member name="M:System.Configuration.ConnectionStringSettings.ToString">
  1420.             <summary>Returns a string representation of the object.</summary>
  1421.             <returns>A string representation of the object.</returns>
  1422.         </member>
  1423.         <member name="P:System.Configuration.ConnectionStringSettings.ConnectionString">
  1424.             <summary>Gets or sets the connection string.</summary>
  1425.             <returns>The string value assigned to the <see cref="P:System.Configuration.ConnectionStringSettings.ConnectionString"></see> property.</returns>
  1426.         </member>
  1427.         <member name="P:System.Configuration.ConnectionStringSettings.Name">
  1428.             <summary>Gets or sets the <see cref="T:System.Configuration.ConnectionStringSettings"></see> name.</summary>
  1429.             <returns>The string value assigned to the <see cref="P:System.Configuration.ConnectionStringSettings.Name"></see> property.</returns>
  1430.         </member>
  1431.         <member name="P:System.Configuration.ConnectionStringSettings.ProviderName">
  1432.             <summary>Gets or sets the provider name property.</summary>
  1433.             <returns>Gets or sets the <see cref="P:System.Configuration.ConnectionStringSettings.ProviderName"></see> property.</returns>
  1434.         </member>
  1435.         <member name="T:System.Configuration.ConnectionStringSettingsCollection">
  1436.             <summary>Contains a collection of <see cref="T:System.Configuration.ConnectionStringSettings"></see> objects.</summary>
  1437.         </member>
  1438.         <member name="M:System.Configuration.ConnectionStringSettingsCollection.#ctor">
  1439.             <summary>Creates a new instance of a <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> class.</summary>
  1440.         </member>
  1441.         <member name="M:System.Configuration.ConnectionStringSettingsCollection.Add(System.Configuration.ConnectionStringSettings)">
  1442.             <summary>Adds a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object to the collection.</summary>
  1443.             <param name="settings">A <see cref="T:System.Configuration.ConnectionStringSettings"></see> object to add to the collection.</param>
  1444.         </member>
  1445.         <member name="M:System.Configuration.ConnectionStringSettingsCollection.Clear">
  1446.             <summary>Removes all the <see cref="T:System.Configuration.ConnectionStringSettings"></see> objects from the collection.</summary>
  1447.         </member>
  1448.         <member name="M:System.Configuration.ConnectionStringSettingsCollection.IndexOf(System.Configuration.ConnectionStringSettings)">
  1449.             <summary>Returns the index in the collection of the passed <see cref="T:System.Configuration.ConnectionStringSettings"></see> object.</summary>
  1450.             <returns>The collection index of the specified <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> object.</returns>
  1451.             <param name="settings">A <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
  1452.         </member>
  1453.         <member name="M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.Configuration.ConnectionStringSettings)">
  1454.             <summary>Removes the specified <see cref="T:System.Configuration.ConnectionStringSettings"></see> object from the collection.</summary>
  1455.             <param name="settings">A <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
  1456.         </member>
  1457.         <member name="M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.String)">
  1458.             <summary>Removes the specified <see cref="T:System.Configuration.ConnectionStringSettings"></see> object from the collection.</summary>
  1459.             <param name="name">The name of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
  1460.         </member>
  1461.         <member name="M:System.Configuration.ConnectionStringSettingsCollection.RemoveAt(System.Int32)">
  1462.             <summary>Removes the <see cref="T:System.Configuration.ConnectionStringSettings"></see> object at the specified index in the collection.</summary>
  1463.             <param name="index">The index of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
  1464.         </member>
  1465.         <member name="P:System.Configuration.ConnectionStringSettingsCollection.Item(System.Int32)">
  1466.             <summary>Gets or sets the <see cref="T:System.Configuration.ConnectionStringSettings"></see> object at the specified index in the collection.</summary>
  1467.             <returns>The <see cref="T:System.Configuration.ConnectionStringSettings"></see> object at the specified index.</returns>
  1468.             <param name="index">The index of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
  1469.         </member>
  1470.         <member name="P:System.Configuration.ConnectionStringSettingsCollection.Item(System.String)">
  1471.             <summary>Gets or sets the <see cref="T:System.Configuration.ConnectionStringSettings"></see> object with the specified name in the collection.</summary>
  1472.             <returns>The <see cref="T:System.Configuration.ConnectionStringSettings"></see> object with the specified name.</returns>
  1473.             <param name="name">The name of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
  1474.         </member>
  1475.         <member name="T:System.Configuration.ConnectionStringsSection">
  1476.             <summary>Provides programmatic access to the connection strings configuration-file section.</summary>
  1477.         </member>
  1478.         <member name="M:System.Configuration.ConnectionStringsSection.#ctor">
  1479.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConnectionStringsSection"></see> class.</summary>
  1480.         </member>
  1481.         <member name="P:System.Configuration.ConnectionStringsSection.ConnectionStrings">
  1482.             <summary>Gets a <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> collection of <see cref="T:System.Configuration.ConnectionStringSettings"></see> objects.</summary>
  1483.             <returns>A <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> collection of <see cref="T:System.Configuration.ConnectionStringSettings"></see> objects.</returns>
  1484.         </member>
  1485.         <member name="T:System.Configuration.ContextInformation">
  1486.             <summary>Encapsulates the context information that is associated with a <see cref="T:System.Configuration.ConfigurationElement"></see> object. This class cannot be inherited.</summary>
  1487.         </member>
  1488.         <member name="M:System.Configuration.ContextInformation.GetSection(System.String)">
  1489.             <summary>Provides an object containing configuration-section information based on the specified section name.</summary>
  1490.             <returns>An object containing the specified section within the configuration.</returns>
  1491.             <param name="sectionName">The name of the configuration section.</param>
  1492.         </member>
  1493.         <member name="P:System.Configuration.ContextInformation.HostingContext">
  1494.             <summary>Gets the context of the environment where the configuration property is being evaluated.</summary>
  1495.             <returns>An object specifying the environment where the configuration property is being evaluated.</returns>
  1496.         </member>
  1497.         <member name="P:System.Configuration.ContextInformation.IsMachineLevel">
  1498.             <summary>Gets a value specifying whether the configuration property is being evaluated at the machine configuration level.</summary>
  1499.             <returns>true if the configuration property is being evaluated at the machine configuration level; otherwise, false.</returns>
  1500.         </member>
  1501.         <member name="T:System.Configuration.DefaultSection">
  1502.             <summary>Represents a basic configuration-section handler that exposes the configuration section's XML for both read and write access.</summary>
  1503.         </member>
  1504.         <member name="M:System.Configuration.DefaultSection.#ctor">
  1505.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.DefaultSection"></see> class. </summary>
  1506.         </member>
  1507.         <member name="T:System.Configuration.DefaultValidator">
  1508.             <summary>Provides validation of an object. This class cannot be inherited.</summary>
  1509.         </member>
  1510.         <member name="M:System.Configuration.DefaultValidator.#ctor">
  1511.             <summary>Initializes an instance of the <see cref="T:System.Configuration.DefaultValidator"></see> class.</summary>
  1512.         </member>
  1513.         <member name="M:System.Configuration.DefaultValidator.CanValidate(System.Type)">
  1514.             <summary>Determines whether an object can be validated, based on type.</summary>
  1515.             <returns>true for all types being validated. </returns>
  1516.             <param name="type">The object type.</param>
  1517.         </member>
  1518.         <member name="M:System.Configuration.DefaultValidator.Validate(System.Object)">
  1519.             <summary>Determines whether the value of an object is valid. </summary>
  1520.             <param name="value">The object value.</param>
  1521.         </member>
  1522.         <member name="T:System.Configuration.DpapiProtectedConfigurationProvider">
  1523.             <summary>Provides a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object that uses the Windows data protection API (DPAPI) to encrypt and decrypt configuration data.</summary>
  1524.         </member>
  1525.         <member name="M:System.Configuration.DpapiProtectedConfigurationProvider.#ctor">
  1526.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.DpapiProtectedConfigurationProvider"></see> class using default settings.</summary>
  1527.         </member>
  1528.         <member name="M:System.Configuration.DpapiProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)">
  1529.             <summary>Decrypts the passed <see cref="T:System.Xml.XmlNode"></see> object.</summary>
  1530.             <returns>A decrypted <see cref="T:System.Xml.XmlNode"></see> object.</returns>
  1531.             <param name="encryptedNode">The <see cref="T:System.Xml.XmlNode"></see> object to decrypt. </param>
  1532.         </member>
  1533.         <member name="M:System.Configuration.DpapiProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)">
  1534.             <summary>Encrypts the passed <see cref="T:System.Xml.XmlNode"></see> object.</summary>
  1535.             <returns>An encrypted <see cref="T:System.Xml.XmlNode"></see> object.</returns>
  1536.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> object to encrypt. </param>
  1537.         </member>
  1538.         <member name="M:System.Configuration.DpapiProtectedConfigurationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
  1539.             <summary>Initializes the provider with default settings.</summary>
  1540.             <param name="configurationValues">A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> collection of values to use when initializing the object.</param>
  1541.             <param name="name">The provider name to use for the object.</param>
  1542.         </member>
  1543.         <member name="P:System.Configuration.DpapiProtectedConfigurationProvider.UseMachineProtection">
  1544.             <summary>Gets a value that indicates whether the <see cref="T:System.Configuration.DpapiProtectedConfigurationProvider"></see> object is using machine-specific or user-account-specific protection.</summary>
  1545.             <returns>true if the <see cref="T:System.Configuration.DpapiProtectedConfigurationProvider"></see> is using machine-specific protection; false if it is using user-account-specific protection.</returns>
  1546.         </member>
  1547.         <member name="T:System.Configuration.ElementInformation">
  1548.             <summary>Contains meta-information about an individual element within the configuration. This class cannot be inherited.</summary>
  1549.         </member>
  1550.         <member name="P:System.Configuration.ElementInformation.Errors">
  1551.             <summary>Gets the errors for the associated element and subelements</summary>
  1552.             <returns>The collection containing the errors for the associated element and subelements</returns>
  1553.         </member>
  1554.         <member name="P:System.Configuration.ElementInformation.IsCollection">
  1555.             <summary>Gets a value indicating whether the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is a <see cref="T:System.Configuration.ConfigurationElementCollection"></see> collection.</summary>
  1556.             <returns>true if the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is a <see cref="T:System.Configuration.ConfigurationElementCollection"></see> collection; otherwise, false.</returns>
  1557.         </member>
  1558.         <member name="P:System.Configuration.ElementInformation.IsLocked">
  1559.             <summary>Gets a value indicating whether the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object cannot be modified.</summary>
  1560.             <returns>true if the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object cannot be modified; otherwise, false.</returns>
  1561.         </member>
  1562.         <member name="P:System.Configuration.ElementInformation.IsPresent">
  1563.             <summary>Gets a value indicating whether the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is in the configuration file.</summary>
  1564.             <returns>true if the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is in the configuration file; otherwise, false.</returns>
  1565.         </member>
  1566.         <member name="P:System.Configuration.ElementInformation.LineNumber">
  1567.             <summary>Gets the line number in the configuration file where the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is defined.</summary>
  1568.             <returns>The line number in the configuration file where the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is defined.</returns>
  1569.         </member>
  1570.         <member name="P:System.Configuration.ElementInformation.Properties">
  1571.             <summary>Gets a <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection of the properties in the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
  1572.             <returns>A <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection of the properties in the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</returns>
  1573.         </member>
  1574.         <member name="P:System.Configuration.ElementInformation.Source">
  1575.             <summary>Gets the source file where the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object originated.</summary>
  1576.             <returns>The source file where the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object originated.</returns>
  1577.         </member>
  1578.         <member name="P:System.Configuration.ElementInformation.Type">
  1579.             <summary>Gets the <see cref="T:System.Type"></see> of the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
  1580.             <returns>The <see cref="T:System.Type"></see> of the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</returns>
  1581.         </member>
  1582.         <member name="P:System.Configuration.ElementInformation.Validator">
  1583.             <summary>Gets the object used to validate the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
  1584.             <returns>The object used to validate the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</returns>
  1585.         </member>
  1586.         <member name="T:System.Configuration.ExeConfigurationFileMap">
  1587.             <summary>Defines the configuration file mapping for an Exe.config file. This class cannot be inherited.</summary>
  1588.         </member>
  1589.         <member name="M:System.Configuration.ExeConfigurationFileMap.#ctor">
  1590.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> class.</summary>
  1591.         </member>
  1592.         <member name="M:System.Configuration.ExeConfigurationFileMap.Clone">
  1593.             <summary>Creates a copy of the existing <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> object.</summary>
  1594.             <returns>An <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> object.</returns>
  1595.         </member>
  1596.         <member name="P:System.Configuration.ExeConfigurationFileMap.ExeConfigFilename">
  1597.             <summary>Gets or sets the name of the configuration file.</summary>
  1598.             <returns>The configuration file name.</returns>
  1599.         </member>
  1600.         <member name="P:System.Configuration.ExeConfigurationFileMap.LocalUserConfigFilename">
  1601.             <summary>Gets or sets the name of the configuration file for the local user.</summary>
  1602.             <returns>The configuration file name.</returns>
  1603.         </member>
  1604.         <member name="P:System.Configuration.ExeConfigurationFileMap.RoamingUserConfigFilename">
  1605.             <summary>Gets or sets the name of the configuration file for the roaming user.</summary>
  1606.             <returns>The configuration file name.</returns>
  1607.         </member>
  1608.         <member name="T:System.Configuration.ExeContext">
  1609.             <summary>Manages the path context for the current application. This class cannot be inherited.</summary>
  1610.         </member>
  1611.         <member name="P:System.Configuration.ExeContext.ExePath">
  1612.             <summary>Gets the current path for the application.</summary>
  1613.             <returns>A string value containing the current path.</returns>
  1614.         </member>
  1615.         <member name="P:System.Configuration.ExeContext.UserLevel">
  1616.             <summary>Gets an object representing the path level of the current application.</summary>
  1617.             <returns>A <see cref="T:System.Configuration.ConfigurationUserLevel"></see> object representing the path level of the current application.</returns>
  1618.         </member>
  1619.         <member name="T:System.Configuration.GenericEnumConverter">
  1620.             <summary>Converts between a string and an enumeration type. </summary>
  1621.         </member>
  1622.         <member name="M:System.Configuration.GenericEnumConverter.#ctor(System.Type)">
  1623.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.GenericEnumConverter"></see> class.</summary>
  1624.             <param name="typeEnum">The enumeration type to convert.</param>
  1625.         </member>
  1626.         <member name="M:System.Configuration.GenericEnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  1627.             <summary>Converts a <see cref="T:System.String"></see> to an <see cref="T:System.Enum"></see> type.</summary>
  1628.             <returns>The <see cref="T:System.Enum"></see> type representing the data parameter.</returns>
  1629.             <param name="data">The <see cref="T:System.String"></see> object to convert.</param>
  1630.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  1631.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  1632.         </member>
  1633.         <member name="M:System.Configuration.GenericEnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  1634.             <summary>Converts an <see cref="T:System.Enum"></see> type to a <see cref="T:System.String"></see> value.</summary>
  1635.             <returns>The <see cref="T:System.String"></see> representing the value parameter.</returns>
  1636.             <param name="type">The type to convert to.</param>
  1637.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  1638.             <param name="value">The value to convert to.</param>
  1639.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  1640.         </member>
  1641.         <member name="T:System.Configuration.IgnoreSection">
  1642.             <summary>Provides a wrapper type definition for configuration sections that are not handled by the <see cref="N:System.Configuration"></see> types.</summary>
  1643.         </member>
  1644.         <member name="M:System.Configuration.IgnoreSection.#ctor">
  1645.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.IgnoreSection"></see> class.</summary>
  1646.         </member>
  1647.         <member name="T:System.Configuration.InfiniteIntConverter">
  1648.             <summary>Converts between a string and the standard infinite or integer value.</summary>
  1649.         </member>
  1650.         <member name="M:System.Configuration.InfiniteIntConverter.#ctor">
  1651.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.InfiniteIntConverter"></see> class.</summary>
  1652.         </member>
  1653.         <member name="M:System.Configuration.InfiniteIntConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  1654.             <summary>Converts a <see cref="T:System.String"></see> to an <see cref="T:System.Int32"></see>.</summary>
  1655.             <returns>The <see cref="F:System.Int32.MaxValue"></see>, if the data parameter is the <see cref="T:System.String"></see> "infinite"; otherwise, the <see cref="T:System.Int32"></see> representing the data parameter integer value.</returns>
  1656.             <param name="data">The <see cref="T:System.String"></see> object to convert.</param>
  1657.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  1658.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  1659.         </member>
  1660.         <member name="M:System.Configuration.InfiniteIntConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  1661.             <summary>Converts an <see cref="T:System.Int32"></see>.to a <see cref="T:System.String"></see>.</summary>
  1662.             <returns>The <see cref="T:System.String"></see> "infinite" if the value is <see cref="F:System.Int32.MaxValue"></see>; otherwise, the <see cref="T:System.String"></see> representing the value parameter.</returns>
  1663.             <param name="type">The type to convert to.</param>
  1664.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  1665.             <param name="value">The value to convert to.</param>
  1666.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  1667.         </member>
  1668.         <member name="T:System.Configuration.InfiniteTimeSpanConverter">
  1669.             <summary>Converts between a string and the standard infinite <see cref="T:System.TimeSpan"></see> value.</summary>
  1670.         </member>
  1671.         <member name="M:System.Configuration.InfiniteTimeSpanConverter.#ctor">
  1672.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.InfiniteTimeSpanConverter"></see> class.</summary>
  1673.         </member>
  1674.         <member name="M:System.Configuration.InfiniteTimeSpanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  1675.             <summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
  1676.             <returns>The <see cref="F:System.TimeSpan.MaxValue"></see>, if the data parameter is the <see cref="T:System.String"></see> infinite; otherwise, the <see cref="T:System.TimeSpan"></see> representing the data parameter in minutes.</returns>
  1677.             <param name="data">The <see cref="T:System.String"></see> object to convert.</param>
  1678.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  1679.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  1680.         </member>
  1681.         <member name="M:System.Configuration.InfiniteTimeSpanConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  1682.             <summary>Converts a <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>.</summary>
  1683.             <returns>The <see cref="T:System.String"></see> "infinite", if the value parameter is <see cref="F:System.TimeSpan.MaxValue"></see>; otherwise, the <see cref="T:System.String"></see> representing the value parameter in minutes.</returns>
  1684.             <param name="type">The conversion type.</param>
  1685.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> used during object conversion.</param>
  1686.             <param name="value">The value to convert.</param>
  1687.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  1688.         </member>
  1689.         <member name="T:System.Configuration.IntegerValidator">
  1690.             <summary>Provides validation of an <see cref="T:System.Int32"></see>.</summary>
  1691.         </member>
  1692.         <member name="M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32)">
  1693.             <summary>Initializes an instance of the <see cref="T:System.Configuration.IntegerValidator"></see> class based on supplied parameters.</summary>
  1694.             <param name="minValue">An <see cref="T:System.Int32"></see> specifying the minimum length of the integer value.</param>
  1695.             <param name="maxValue">An <see cref="T:System.Int32"></see> specifying the maximum length of the integer value.</param>
  1696.         </member>
  1697.         <member name="M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)">
  1698.             <summary>Initializes an instance of the <see cref="T:System.Configuration.IntegerValidator"></see> class based on supplied parameters.</summary>
  1699.             <param name="minValue">An <see cref="T:System.Int32"></see> specifying the minimum length of the integer value.</param>
  1700.             <param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value specifying whether the validation range is exclusive.</param>
  1701.             <param name="maxValue">An <see cref="T:System.Int32"></see> specifying the maximum length of the integer value.</param>
  1702.         </member>
  1703.         <member name="M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean,System.Int32)">
  1704.             <summary>Initializes an instance of the <see cref="T:System.Configuration.IntegerValidator"></see> class based on supplied parameters.</summary>
  1705.             <param name="minValue">An <see cref="T:System.Int32"></see> specifying the minimum length of the integer value.</param>
  1706.             <param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value specifying whether the validation range is exclusive.</param>
  1707.             <param name="maxValue">An <see cref="T:System.Int32"></see> specifying the maximum length of the integer value.</param>
  1708.             <param name="resolution">An <see cref="T:System.Int32"></see> that specifies a value that must be matched.</param>
  1709.         </member>
  1710.         <member name="M:System.Configuration.IntegerValidator.CanValidate(System.Type)">
  1711.             <summary>Determines whether the type of the object can be validated.</summary>
  1712.             <returns>true if the type parameter matches an <see cref="T:System.Int32"></see>; otherwise, false. </returns>
  1713.             <param name="type">The type of object.</param>
  1714.         </member>
  1715.         <member name="M:System.Configuration.IntegerValidator.Validate(System.Object)">
  1716.             <summary>Determines whether the value of an object is valid.</summary>
  1717.             <param name="value">The value of an object.</param>
  1718.         </member>
  1719.         <member name="T:System.Configuration.IntegerValidatorAttribute">
  1720.             <summary>Declaratively instructs the .NET Framework to perform integer validation on a configuration property. This class cannot be inherited.</summary>
  1721.         </member>
  1722.         <member name="M:System.Configuration.IntegerValidatorAttribute.#ctor">
  1723.             <summary>Creates a new instance of the <see cref="T:System.Configuration.IntegerValidatorAttribute"></see> class.</summary>
  1724.         </member>
  1725.         <member name="P:System.Configuration.IntegerValidatorAttribute.ExcludeRange">
  1726.             <summary>Gets or sets a value indicating whether to include or exclude the integers in the range as defined by the <see cref="P:System.Configuration.IntegerValidatorAttribute.MinValue"></see> and <see cref="P:System.Configuration.IntegerValidatorAttribute.MaxValue"></see> property values.</summary>
  1727.             <returns>true if the value must be excluded; otherwise, false. The default is false.</returns>
  1728.         </member>
  1729.         <member name="P:System.Configuration.IntegerValidatorAttribute.MaxValue">
  1730.             <summary>Gets or sets the maximum value allowed for the property.</summary>
  1731.             <returns>An integer indicating the allowed maximum value.</returns>
  1732.         </member>
  1733.         <member name="P:System.Configuration.IntegerValidatorAttribute.MinValue">
  1734.             <summary>Gets or sets the minimum value allowed for the property.</summary>
  1735.             <returns>An integer indicating the allowed minimum value.</returns>
  1736.         </member>
  1737.         <member name="P:System.Configuration.IntegerValidatorAttribute.ValidatorInstance">
  1738.             <summary>Gets an instance of the <see cref="T:System.Configuration.IntegerValidator"></see> class.</summary>
  1739.             <returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
  1740.         </member>
  1741.         <member name="T:System.Configuration.KeyValueConfigurationCollection">
  1742.             <summary>Contains a collection of <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> objects. </summary>
  1743.         </member>
  1744.         <member name="M:System.Configuration.KeyValueConfigurationCollection.#ctor">
  1745.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> class.</summary>
  1746.         </member>
  1747.         <member name="M:System.Configuration.KeyValueConfigurationCollection.Add(System.Configuration.KeyValueConfigurationElement)">
  1748.             <summary>Adds a <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object to the collection based on the supplied parameters.</summary>
  1749.             <param name="keyValue">A <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</param>
  1750.         </member>
  1751.         <member name="M:System.Configuration.KeyValueConfigurationCollection.Add(System.String,System.String)">
  1752.             <summary>Adds a <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object to the collection based on the supplied parameters.</summary>
  1753.             <param name="value">A string specifying the value.</param>
  1754.             <param name="key">A string specifying the key.</param>
  1755.         </member>
  1756.         <member name="M:System.Configuration.KeyValueConfigurationCollection.Clear">
  1757.             <summary>Clears the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> collection.</summary>
  1758.         </member>
  1759.         <member name="M:System.Configuration.KeyValueConfigurationCollection.CreateNewElement">
  1760.             <summary>When overridden in a derived class, the <see cref="M:System.Configuration.KeyValueConfigurationCollection.CreateNewElement"></see> method creates a new <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object.</summary>
  1761.             <returns>A new <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</returns>
  1762.         </member>
  1763.         <member name="M:System.Configuration.KeyValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)">
  1764.             <summary>Gets the element key for a specified configuration element when overridden in a derived class.</summary>
  1765.             <returns>An <see cref="T:System.Object"></see> that acts as the key for the specified <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</returns>
  1766.             <param name="element">The <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> to which the key should be returned.</param>
  1767.         </member>
  1768.         <member name="M:System.Configuration.KeyValueConfigurationCollection.Remove(System.String)">
  1769.             <summary>Removes a <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object from the collection.</summary>
  1770.             <param name="key">A string specifying the key.</param>
  1771.         </member>
  1772.         <member name="P:System.Configuration.KeyValueConfigurationCollection.AllKeys">
  1773.             <summary>Gets the keys to all items contained in the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> collection.</summary>
  1774.             <returns>A string array.</returns>
  1775.         </member>
  1776.         <member name="P:System.Configuration.KeyValueConfigurationCollection.Item(System.String)">
  1777.             <summary>Gets the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object based on the supplied parameter.</summary>
  1778.             <returns>A <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</returns>
  1779.             <param name="key">The key of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> contained in the collection.</param>
  1780.         </member>
  1781.         <member name="P:System.Configuration.KeyValueConfigurationCollection.Properties">
  1782.             <summary>Gets a collection of configuration properties.</summary>
  1783.             <returns>A collection of configuration properties.</returns>
  1784.         </member>
  1785.         <member name="P:System.Configuration.KeyValueConfigurationCollection.ThrowOnDuplicate">
  1786.             <summary>Gets a value indicating whether an attempt to add a duplicate <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object to the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> collection will cause an exception to be thrown.</summary>
  1787.             <returns>true if an attempt to add a duplicate <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> to the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> will cause an exception to be thrown; otherwise, false. </returns>
  1788.         </member>
  1789.         <member name="T:System.Configuration.KeyValueConfigurationElement">
  1790.             <summary>Represents a configuration element that contains a key/value pair. </summary>
  1791.         </member>
  1792.         <member name="M:System.Configuration.KeyValueConfigurationElement.#ctor(System.String,System.String)">
  1793.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> class based on the supplied parameters.</summary>
  1794.             <param name="value">The value of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</param>
  1795.             <param name="key">The key of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</param>
  1796.         </member>
  1797.         <member name="M:System.Configuration.KeyValueConfigurationElement.Init">
  1798.             <summary>Sets the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object to its initial state.</summary>
  1799.         </member>
  1800.         <member name="P:System.Configuration.KeyValueConfigurationElement.Key">
  1801.             <summary>Gets the key of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object.</summary>
  1802.             <returns>The key of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</returns>
  1803.         </member>
  1804.         <member name="P:System.Configuration.KeyValueConfigurationElement.Properties">
  1805.             <summary>Gets the collection of properties. </summary>
  1806.             <returns>The <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> of properties for the element.</returns>
  1807.         </member>
  1808.         <member name="P:System.Configuration.KeyValueConfigurationElement.Value">
  1809.             <summary>Gets or sets the value of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object.</summary>
  1810.             <returns>The value of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</returns>
  1811.         </member>
  1812.         <member name="T:System.Configuration.LongValidator">
  1813.             <summary>Provides validation of an <see cref="T:System.Int64"></see>.</summary>
  1814.         </member>
  1815.         <member name="M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64)">
  1816.             <summary>Initializes an instance of the <see cref="T:System.Configuration.LongValidator"></see> class based on supplied parameters.</summary>
  1817.             <param name="minValue">An <see cref="T:System.Int64"></see> specifying the minimum length of the long value.</param>
  1818.             <param name="maxValue">An <see cref="T:System.Int64"></see> specifying the maximum length of the long value.</param>
  1819.         </member>
  1820.         <member name="M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean)">
  1821.             <summary>Initializes an instance of the <see cref="T:System.Configuration.LongValidator"></see> class based on supplied parameters.</summary>
  1822.             <param name="minValue">An <see cref="T:System.Int64"></see> specifying the minimum length of the long value.</param>
  1823.             <param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value specifying whether the validation range is exclusive.</param>
  1824.             <param name="maxValue">An <see cref="T:System.Int64"></see> specifying the maximum length of the long value.</param>
  1825.         </member>
  1826.         <member name="M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean,System.Int64)">
  1827.             <summary>Initializes an instance of the <see cref="T:System.Configuration.LongValidator"></see> class based on supplied parameters.</summary>
  1828.             <param name="minValue">An <see cref="T:System.Int64"></see> specifying the minimum length of the long value.</param>
  1829.             <param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value specifying whether the validation range is exclusive.</param>
  1830.             <param name="maxValue">An <see cref="T:System.Int64"></see> specifying the maximum length of the long value.</param>
  1831.             <param name="resolution">An <see cref="T:System.Int64"></see> value that specifies a specific value that must be matched.</param>
  1832.         </member>
  1833.         <member name="M:System.Configuration.LongValidator.CanValidate(System.Type)">
  1834.             <summary>Determines whether the type of the object can be validated.</summary>
  1835.             <returns>true if the type parameter matches an <see cref="T:System.Int64"></see>; otherwise, false. </returns>
  1836.             <param name="type">The type of object.</param>
  1837.         </member>
  1838.         <member name="M:System.Configuration.LongValidator.Validate(System.Object)">
  1839.             <summary>Determines whether the value of an object is valid.</summary>
  1840.             <param name="value">The value of an object.</param>
  1841.         </member>
  1842.         <member name="T:System.Configuration.LongValidatorAttribute">
  1843.             <summary>Declaratively instructs the .NET Framework to perform long-integer validation on a configuration property. This class cannot be inherited.</summary>
  1844.         </member>
  1845.         <member name="M:System.Configuration.LongValidatorAttribute.#ctor">
  1846.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.LongValidatorAttribute"></see> class.</summary>
  1847.         </member>
  1848.         <member name="P:System.Configuration.LongValidatorAttribute.ExcludeRange">
  1849.             <summary>Gets or sets a value indicating whether to include or exclude the integers in the range defined by the <see cref="P:System.Configuration.LongValidatorAttribute.MinValue"></see> and <see cref="P:System.Configuration.LongValidatorAttribute.MaxValue"></see> property values.</summary>
  1850.             <returns>true if the value must be excluded; otherwise, false. The default is false.</returns>
  1851.         </member>
  1852.         <member name="P:System.Configuration.LongValidatorAttribute.MaxValue">
  1853.             <summary>Gets or sets the maximum value allowed for the property.</summary>
  1854.             <returns>A long integer indicating the allowed maximum value.</returns>
  1855.         </member>
  1856.         <member name="P:System.Configuration.LongValidatorAttribute.MinValue">
  1857.             <summary>Gets or sets the minimum value allowed for the property.</summary>
  1858.             <returns>An integer indicating the allowed minimum value.</returns>
  1859.         </member>
  1860.         <member name="P:System.Configuration.LongValidatorAttribute.ValidatorInstance">
  1861.             <summary>Gets an instance of the <see cref="T:System.Configuration.LongValidator"></see> class.</summary>
  1862.             <returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
  1863.         </member>
  1864.         <member name="T:System.Configuration.NameValueConfigurationCollection">
  1865.             <summary>Contains a collection of <see cref="T:System.Configuration.NameValueConfigurationElement"></see> objects. This class cannot be inherited.</summary>
  1866.         </member>
  1867.         <member name="M:System.Configuration.NameValueConfigurationCollection.#ctor">
  1868.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.NameValueConfigurationCollection"></see> class.</summary>
  1869.         </member>
  1870.         <member name="M:System.Configuration.NameValueConfigurationCollection.Add(System.Configuration.NameValueConfigurationElement)">
  1871.             <summary>Adds a <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object to the collection.</summary>
  1872.             <param name="nameValue">A  <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
  1873.         </member>
  1874.         <member name="M:System.Configuration.NameValueConfigurationCollection.Clear">
  1875.             <summary>Clears the <see cref="T:System.Configuration.NameValueConfigurationCollection"></see>.</summary>
  1876.         </member>
  1877.         <member name="M:System.Configuration.NameValueConfigurationCollection.Remove(System.Configuration.NameValueConfigurationElement)">
  1878.             <summary>Removes a <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object from the collection based on the provided parameter.</summary>
  1879.             <param name="nameValue">A <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
  1880.         </member>
  1881.         <member name="M:System.Configuration.NameValueConfigurationCollection.Remove(System.String)">
  1882.             <summary>Removes a <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object from the collection based on the provided parameter.</summary>
  1883.             <param name="name">The name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
  1884.         </member>
  1885.         <member name="P:System.Configuration.NameValueConfigurationCollection.AllKeys">
  1886.             <summary>Gets the keys to all items contained in the <see cref="T:System.Configuration.NameValueConfigurationCollection"></see>.</summary>
  1887.             <returns>A string array.</returns>
  1888.         </member>
  1889.         <member name="P:System.Configuration.NameValueConfigurationCollection.Item(System.String)">
  1890.             <summary>Gets or sets the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object based on the supplied parameter.</summary>
  1891.             <returns>A <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</returns>
  1892.             <param name="name">The name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> contained in the collection.</param>
  1893.         </member>
  1894.         <member name="T:System.Configuration.NameValueConfigurationElement">
  1895.             <summary>A configuration element that contains a <see cref="T:System.String"></see> name and <see cref="T:System.String"></see> value. This class cannot be inherited.</summary>
  1896.         </member>
  1897.         <member name="M:System.Configuration.NameValueConfigurationElement.#ctor(System.String,System.String)">
  1898.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> class based on supplied parameters.</summary>
  1899.             <param name="name">The name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
  1900.             <param name="value">The value of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
  1901.         </member>
  1902.         <member name="P:System.Configuration.NameValueConfigurationElement.Name">
  1903.             <summary>Gets the name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</summary>
  1904.             <returns>The name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</returns>
  1905.         </member>
  1906.         <member name="P:System.Configuration.NameValueConfigurationElement.Value">
  1907.             <summary>Gets or sets the value of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</summary>
  1908.             <returns>The value of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</returns>
  1909.         </member>
  1910.         <member name="T:System.Configuration.PositiveTimeSpanValidator">
  1911.             <summary>Provides validation of a <see cref="T:System.TimeSpan"></see> object. This class cannot be inherited.</summary>
  1912.         </member>
  1913.         <member name="M:System.Configuration.PositiveTimeSpanValidator.#ctor">
  1914.             <summary>Initializes an instance of the <see cref="T:System.Configuration.PositiveTimeSpanValidator"></see> class.</summary>
  1915.         </member>
  1916.         <member name="M:System.Configuration.PositiveTimeSpanValidator.CanValidate(System.Type)">
  1917.             <summary>Determines whether the object type can be validated.</summary>
  1918.             <returns>true if the type parameter matches a <see cref="T:System.TimeSpan"></see> object; otherwise, false. </returns>
  1919.             <param name="type">The object type.</param>
  1920.         </member>
  1921.         <member name="M:System.Configuration.PositiveTimeSpanValidator.Validate(System.Object)">
  1922.             <summary>Determines whether the value of an object is valid.</summary>
  1923.             <param name="value">The value of an object.</param>
  1924.         </member>
  1925.         <member name="T:System.Configuration.PositiveTimeSpanValidatorAttribute">
  1926.             <summary>Declaratively instructs the .NET Framework to perform time validation on a configuration property. This class cannot be inherited.</summary>
  1927.         </member>
  1928.         <member name="M:System.Configuration.PositiveTimeSpanValidatorAttribute.#ctor">
  1929.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.PositiveTimeSpanValidatorAttribute"></see> class. </summary>
  1930.         </member>
  1931.         <member name="P:System.Configuration.PositiveTimeSpanValidatorAttribute.ValidatorInstance">
  1932.             <summary>Gets an instance of the <see cref="T:System.Configuration.PositiveTimeSpanValidator"></see> class.</summary>
  1933.             <returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance. </returns>
  1934.         </member>
  1935.         <member name="T:System.Configuration.PropertyInformation">
  1936.             <summary>Contains meta-information on an individual property within the configuration. This type cannot be inherited.</summary>
  1937.         </member>
  1938.         <member name="P:System.Configuration.PropertyInformation.Converter">
  1939.             <summary>Gets the <see cref="T:System.ComponentModel.TypeConverter"></see> object related to the configuration attribute.</summary>
  1940.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> object.</returns>
  1941.         </member>
  1942.         <member name="P:System.Configuration.PropertyInformation.DefaultValue">
  1943.             <summary>Gets an object containing the default value related to a configuration attribute.</summary>
  1944.             <returns>An object containing the default value of the configuration attribute.</returns>
  1945.         </member>
  1946.         <member name="P:System.Configuration.PropertyInformation.Description">
  1947.             <summary>Gets the description of the object that corresponds to a configuration attribute.</summary>
  1948.             <returns>The description of the configuration attribute.</returns>
  1949.         </member>
  1950.         <member name="P:System.Configuration.PropertyInformation.IsKey">
  1951.             <summary>Gets a value specifying whether the configuration attribute is a key.</summary>
  1952.             <returns>true if the configuration attribute is a key; otherwise, false.</returns>
  1953.         </member>
  1954.         <member name="P:System.Configuration.PropertyInformation.IsLocked">
  1955.             <summary>Gets a value specifying whether the configuration attribute is locked.</summary>
  1956.             <returns>true if the <see cref="T:System.Configuration.PropertyInformation"></see> object is locked; otherwise, false.</returns>
  1957.         </member>
  1958.         <member name="P:System.Configuration.PropertyInformation.IsModified">
  1959.             <summary>Gets a value specifying whether the configuration attribute has been modified.</summary>
  1960.             <returns>true if the <see cref="T:System.Configuration.PropertyInformation"></see> object has been modified; otherwise, false.</returns>
  1961.         </member>
  1962.         <member name="P:System.Configuration.PropertyInformation.IsRequired">
  1963.             <summary>Gets a value specifying whether the configuration attribute is required.</summary>
  1964.             <returns>true if the <see cref="T:System.Configuration.PropertyInformation"></see> object is required; otherwise, false.</returns>
  1965.         </member>
  1966.         <member name="P:System.Configuration.PropertyInformation.LineNumber">
  1967.             <summary>Gets the line number in the configuration file related to the configuration attribute.</summary>
  1968.             <returns>A line number of the configuration file.</returns>
  1969.         </member>
  1970.         <member name="P:System.Configuration.PropertyInformation.Name">
  1971.             <summary>Gets the name of the object that corresponds to a configuration attribute.</summary>
  1972.             <returns>The name of the <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
  1973.         </member>
  1974.         <member name="P:System.Configuration.PropertyInformation.Source">
  1975.             <summary>Gets the source file that corresponds to a configuration attribute.</summary>
  1976.             <returns>The source file of the <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
  1977.         </member>
  1978.         <member name="P:System.Configuration.PropertyInformation.Type">
  1979.             <summary>Gets the <see cref="T:System.Type"></see> of the object that corresponds to a configuration attribute.</summary>
  1980.             <returns>The <see cref="T:System.Type"></see> of the <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
  1981.         </member>
  1982.         <member name="P:System.Configuration.PropertyInformation.Validator">
  1983.             <summary>Gets a <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object related to the configuration attribute.</summary>
  1984.             <returns>A <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object.</returns>
  1985.         </member>
  1986.         <member name="P:System.Configuration.PropertyInformation.Value">
  1987.             <summary>Gets or sets an object containing the value related to a configuration attribute.</summary>
  1988.             <returns>An object containing the value for the <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
  1989.         </member>
  1990.         <member name="P:System.Configuration.PropertyInformation.ValueOrigin">
  1991.             <summary>Gets a <see cref="T:System.Configuration.PropertyValueOrigin"></see> object related to the configuration attribute. </summary>
  1992.             <returns>A <see cref="T:System.Configuration.PropertyValueOrigin"></see> object.</returns>
  1993.         </member>
  1994.         <member name="T:System.Configuration.PropertyInformationCollection">
  1995.             <summary>Contains a collection of <see cref="T:System.Configuration.PropertyInformation"></see> objects. This class cannot be inherited.</summary>
  1996.         </member>
  1997.         <member name="M:System.Configuration.PropertyInformationCollection.CopyTo(System.Configuration.PropertyInformation[],System.Int32)">
  1998.             <summary>Copies the entire <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
  1999.             <param name="array">A one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from the <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  2000.             <param name="index">The zero-based index in array at which copying begins.</param>
  2001.         </member>
  2002.         <member name="M:System.Configuration.PropertyInformationCollection.GetEnumerator">
  2003.             <summary>Gets an <see cref="T:System.Collections.IEnumerator"></see> object, which is used to iterate through this <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection.</summary>
  2004.             <returns>An IEnumerator object, which is used to iterate through this <see cref="T:System.Configuration.PropertyInformationCollection"></see>.</returns>
  2005.         </member>
  2006.         <member name="M:System.Configuration.PropertyInformationCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2007.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the data needed to serialize the <see cref="T:System.Configuration.PropertyInformationCollection"></see> instance.</summary>
  2008.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source and destination of the serialized stream associated with the <see cref="T:System.Configuration.PropertyInformationCollection"></see> instance.</param>
  2009.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information required to serialize the <see cref="T:System.Configuration.PropertyInformationCollection"></see> instance.</param>
  2010.             <exception cref="T:System.ArgumentNullException">info is null.</exception>
  2011.         </member>
  2012.         <member name="P:System.Configuration.PropertyInformationCollection.Item(System.String)">
  2013.             <summary>Gets the <see cref="T:System.Configuration.PropertyInformation"></see> object in the collection, based on the specified property name.</summary>
  2014.             <returns>A <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
  2015.             <param name="propertyName">The name of the configuration attribute contained in the <see cref="T:System.Configuration.PropertyInformationCollection"></see>object.</param>
  2016.         </member>
  2017.         <member name="T:System.Configuration.PropertyValueOrigin">
  2018.             <summary>Specifies the level in the configuration hierarchy where a configuration property value originated.</summary>
  2019.         </member>
  2020.         <member name="F:System.Configuration.PropertyValueOrigin.Default">
  2021.             <summary>The configuration property value originates from the <see cref="P:System.Configuration.ConfigurationProperty.DefaultValue"></see> property.</summary>
  2022.         </member>
  2023.         <member name="F:System.Configuration.PropertyValueOrigin.Inherited">
  2024.             <summary>The configuration property value is inherited from a parent level in the configuration.</summary>
  2025.         </member>
  2026.         <member name="F:System.Configuration.PropertyValueOrigin.SetHere">
  2027.             <summary>The configuration property value is defined at the current level of the hierarchy.</summary>
  2028.         </member>
  2029.         <member name="T:System.Configuration.ProtectedConfiguration">
  2030.             <summary>Provides access to the protected-configuration providers for the current application's configuration file. </summary>
  2031.         </member>
  2032.         <member name="F:System.Configuration.ProtectedConfiguration.DataProtectionProviderName">
  2033.             <summary>The name of the data protection provider.</summary>
  2034.         </member>
  2035.         <member name="F:System.Configuration.ProtectedConfiguration.ProtectedDataSectionName">
  2036.             <summary>The name of the protected data section.</summary>
  2037.         </member>
  2038.         <member name="F:System.Configuration.ProtectedConfiguration.RsaProviderName">
  2039.             <summary>The name of the RSA provider.</summary>
  2040.         </member>
  2041.         <member name="P:System.Configuration.ProtectedConfiguration.DefaultProvider">
  2042.             <summary>Gets the name of the default protected-configuration provider.</summary>
  2043.             <returns>The name of the default protected-configuration provider.</returns>
  2044.         </member>
  2045.         <member name="P:System.Configuration.ProtectedConfiguration.Providers">
  2046.             <summary>Gets a collection of the installed protected-configuration providers.</summary>
  2047.             <returns>A <see cref="T:System.Configuration.ProtectedConfigurationProviderCollection"></see> collection of installed <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> objects.</returns>
  2048.         </member>
  2049.         <member name="T:System.Configuration.ProtectedConfigurationProvider">
  2050.             <summary>Is the base class to create providers for encrypting and decrypting protected-configuration data.</summary>
  2051.         </member>
  2052.         <member name="M:System.Configuration.ProtectedConfigurationProvider.#ctor">
  2053.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> class using default settings.</summary>
  2054.         </member>
  2055.         <member name="M:System.Configuration.ProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)">
  2056.             <summary>Decrypts the passed <see cref="T:System.Xml.XmlNode"></see> object from a configuration file.</summary>
  2057.             <returns>The <see cref="T:System.Xml.XmlNode"></see> object containing decrypted data.</returns>
  2058.             <param name="encryptedNode">The <see cref="T:System.Xml.XmlNode"></see> object to decrypt.</param>
  2059.         </member>
  2060.         <member name="M:System.Configuration.ProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)">
  2061.             <summary>Encrypts the passed <see cref="T:System.Xml.XmlNode"></see> object from a configuration file.</summary>
  2062.             <returns>The <see cref="T:System.Xml.XmlNode"></see> object containing encrypted data.</returns>
  2063.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> object to encrypt.</param>
  2064.         </member>
  2065.         <member name="T:System.Configuration.ProtectedConfigurationProviderCollection">
  2066.             <summary>Provides a collection of <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> objects.</summary>
  2067.         </member>
  2068.         <member name="M:System.Configuration.ProtectedConfigurationProviderCollection.#ctor">
  2069.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ProtectedConfigurationProviderCollection"></see> class using default settings.</summary>
  2070.         </member>
  2071.         <member name="M:System.Configuration.ProtectedConfigurationProviderCollection.Add(System.Configuration.Provider.ProviderBase)">
  2072.             <summary>Adds a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object to the collection.</summary>
  2073.             <param name="provider">A <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object to add to the collection.</param>
  2074.             <exception cref="T:System.Configuration.ConfigurationException">The <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object to add already exists in the collection.- or -The collection is read-only.</exception>
  2075.         </member>
  2076.         <member name="P:System.Configuration.ProtectedConfigurationProviderCollection.Item(System.String)">
  2077.             <summary>Gets a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object in the collection with the passed name.</summary>
  2078.             <returns><see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object with the specified name, or null if there is no object with that name.</returns>
  2079.             <param name="name">The name of a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object in the collection.</param>
  2080.         </member>
  2081.         <member name="T:System.Configuration.ProtectedConfigurationSection">
  2082.             <summary>Provides programmatic access to the configProtectedData configuration section. This class cannot be inherited.</summary>
  2083.         </member>
  2084.         <member name="M:System.Configuration.ProtectedConfigurationSection.#ctor">
  2085.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ProtectedConfigurationSection"></see> class using default settings.</summary>
  2086.         </member>
  2087.         <member name="P:System.Configuration.ProtectedConfigurationSection.DefaultProvider">
  2088.             <summary>Gets the name of the default <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object in the <see cref="P:System.Configuration.ProtectedConfigurationSection.Providers"></see> collection property.</summary>
  2089.             <returns>The name of the default <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object in the <see cref="P:System.Configuration.ProtectedConfigurationSection.Providers"></see> collection property. </returns>
  2090.         </member>
  2091.         <member name="P:System.Configuration.ProtectedConfigurationSection.Providers">
  2092.             <summary>Gets a <see cref="T:System.Configuration.ProviderSettingsCollection"></see> collection of all the <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> objects in all participating configuration files.</summary>
  2093.             <returns>A <see cref="T:System.Configuration.ProviderSettingsCollection"></see> collection of all the <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> objects in all participating configuration files. </returns>
  2094.         </member>
  2095.         <member name="T:System.Configuration.ProtectedProviderSettings">
  2096.             <summary>Represents a group of configuration elements that configure the providers for the <protectedData> configuration section.</summary>
  2097.         </member>
  2098.         <member name="M:System.Configuration.ProtectedProviderSettings.#ctor">
  2099.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ProtectedProviderSettings"></see> class. </summary>
  2100.         </member>
  2101.         <member name="P:System.Configuration.ProtectedProviderSettings.Properties">
  2102.             <summary>Gets a <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> collection that represents the properties of the providers for the protected configuration data.</summary>
  2103.             <returns>A <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> that represents the properties of the providers for the protected configuration data.</returns>
  2104.         </member>
  2105.         <member name="P:System.Configuration.ProtectedProviderSettings.Providers">
  2106.             <summary>Gets a collection of <see cref="T:System.Configuration.ProviderSettings"></see> objects that represent the properties of the providers for the protected configuration data.</summary>
  2107.             <returns>A collection of <see cref="T:System.Configuration.ProviderSettings"></see> objects that represent the properties of the providers for the protected configuration data.</returns>
  2108.         </member>
  2109.         <member name="T:System.Configuration.ProviderSettings">
  2110.             <summary>Represents a group of configuration elements that configure a provider.</summary>
  2111.         </member>
  2112.         <member name="M:System.Configuration.ProviderSettings.#ctor">
  2113.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ProviderSettings"></see> class. </summary>
  2114.         </member>
  2115.         <member name="M:System.Configuration.ProviderSettings.#ctor(System.String,System.String)">
  2116.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ProviderSettings"></see> class. </summary>
  2117.             <param name="type">The type of the provider to configure settings for.</param>
  2118.             <param name="name">The name of the provider to configure settings for.</param>
  2119.         </member>
  2120.         <member name="P:System.Configuration.ProviderSettings.Name">
  2121.             <summary>Gets or sets the name of the provider configured by this class.</summary>
  2122.             <returns>The name of the provider.</returns>
  2123.         </member>
  2124.         <member name="P:System.Configuration.ProviderSettings.Parameters">
  2125.             <summary>Gets a collection of user-defined parameters for the provider.</summary>
  2126.             <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> of parameters for the provider.</returns>
  2127.         </member>
  2128.         <member name="P:System.Configuration.ProviderSettings.Type">
  2129.             <summary>Gets or sets the type of the provider configured by this class.</summary>
  2130.             <returns>The fully qualified namespace and class name for the type of provider configured by this <see cref="T:System.Configuration.ProviderSettings"></see> instance.</returns>
  2131.         </member>
  2132.         <member name="T:System.Configuration.ProviderSettingsCollection">
  2133.             <summary>Represents a collection of <see cref="T:System.Configuration.ProviderSettings"></see> objects.</summary>
  2134.         </member>
  2135.         <member name="M:System.Configuration.ProviderSettingsCollection.#ctor">
  2136.             <summary>Creates a new instance of the <see cref="T:System.Configuration.ProviderSettingsCollection"></see> class.</summary>
  2137.         </member>
  2138.         <member name="M:System.Configuration.ProviderSettingsCollection.Add(System.Configuration.ProviderSettings)">
  2139.             <summary>Adds a <see cref="T:System.Configuration.ProviderSettings"></see> object to the collection.</summary>
  2140.             <param name="provider">The <see cref="T:System.Configuration.ProviderSettings"></see> object to add.</param>
  2141.         </member>
  2142.         <member name="M:System.Configuration.ProviderSettingsCollection.Clear">
  2143.             <summary>Clears the collection.</summary>
  2144.         </member>
  2145.         <member name="M:System.Configuration.ProviderSettingsCollection.Remove(System.String)">
  2146.             <summary>Removes an element from the collection.</summary>
  2147.             <param name="name">The name of the <see cref="T:System.Configuration.ProviderSettings"></see> object to remove.</param>
  2148.         </member>
  2149.         <member name="P:System.Configuration.ProviderSettingsCollection.Item(System.Int32)">
  2150.             <summary>Indexer to an instance of the <see cref="T:System.Configuration.ProviderSettingsCollection"></see> class.</summary>
  2151.             <returns>The specified <see cref="T:System.Configuration.ProviderSettings"></see>.</returns>
  2152.             <param name="index">The index of the <see cref="T:System.Configuration.ProviderSettings"></see> to return.</param>
  2153.         </member>
  2154.         <member name="P:System.Configuration.ProviderSettingsCollection.Item(System.String)">
  2155.             <summary>Gets an item from the collection. </summary>
  2156.             <returns>A <see cref="T:System.Configuration.ProviderSettings"></see> object contained in the collection.</returns>
  2157.             <param name="key">A string reference to the <see cref="T:System.Configuration.ProviderSettings"></see> object within the collection.</param>
  2158.         </member>
  2159.         <member name="T:System.Configuration.RegexStringValidator">
  2160.             <summary>Provides validation of a string based on the rules provided by a regular expression.</summary>
  2161.         </member>
  2162.         <member name="M:System.Configuration.RegexStringValidator.#ctor(System.String)">
  2163.             <summary>Initializes an instance of the <see cref="T:System.Configuration.RegexStringValidator"></see> class.</summary>
  2164.             <param name="regex">A string specifying a regular expression.</param>
  2165.         </member>
  2166.         <member name="M:System.Configuration.RegexStringValidator.CanValidate(System.Type)">
  2167.             <summary>Determines whether the type of the object can be validated.</summary>
  2168.             <returns>true if the type parameter matches a string; otherwise, false. </returns>
  2169.             <param name="type">The type of object.</param>
  2170.         </member>
  2171.         <member name="M:System.Configuration.RegexStringValidator.Validate(System.Object)">
  2172.             <summary>Determines whether the value of an object is valid.</summary>
  2173.             <param name="value">The value of an object.</param>
  2174.         </member>
  2175.         <member name="T:System.Configuration.RegexStringValidatorAttribute">
  2176.             <summary>Declaratively instructs the .NET Framework to perform string validation on a configuration property using a regular expression. This class cannot be inherited.</summary>
  2177.         </member>
  2178.         <member name="M:System.Configuration.RegexStringValidatorAttribute.#ctor(System.String)">
  2179.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.RegexStringValidatorAttribute"></see> object.</summary>
  2180.             <param name="regex">The string to use for regular expression validation.</param>
  2181.         </member>
  2182.         <member name="P:System.Configuration.RegexStringValidatorAttribute.Regex">
  2183.             <summary>Gets the string used to perform regular-expression validation.</summary>
  2184.             <returns>The string containing the regular expression used to filter the string assigned to the decorated configuration-element property.</returns>
  2185.         </member>
  2186.         <member name="P:System.Configuration.RegexStringValidatorAttribute.ValidatorInstance">
  2187.             <summary>Gets an instance of the <see cref="T:System.Configuration.RegexStringValidator"></see> class.</summary>
  2188.             <returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
  2189.         </member>
  2190.         <member name="T:System.Configuration.RsaProtectedConfigurationProvider">
  2191.             <summary>Provides a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> that uses RSA encryption to encrypt and decrypt configuration data.</summary>
  2192.         </member>
  2193.         <member name="M:System.Configuration.RsaProtectedConfigurationProvider.#ctor">
  2194.             <summary>Initializes an instance of the <see cref="T:System.Configuration.RSAProtectedConfigurationProvider"></see> class using default settings.</summary>
  2195.         </member>
  2196.         <member name="M:System.Configuration.RsaProtectedConfigurationProvider.AddKey(System.Int32,System.Boolean)">
  2197.             <summary>Adds a key to the RSA key container.</summary>
  2198.             <param name="exportable">true to indicate that the key is exportable; otherwise, false.</param>
  2199.             <param name="keySize">The size of the key to add.</param>
  2200.         </member>
  2201.         <member name="M:System.Configuration.RsaProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)">
  2202.             <summary>Decrypts the XML node passed to it.</summary>
  2203.             <param name="encryptedNode">The <see cref="T:System.Xml.XmlNode"></see> to decrypt.</param>
  2204.         </member>
  2205.         <member name="M:System.Configuration.RsaProtectedConfigurationProvider.DeleteKey">
  2206.             <summary>Removes a key from the RSA key container.</summary>
  2207.         </member>
  2208.         <member name="M:System.Configuration.RsaProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)">
  2209.             <summary>Encrypts the XML node passed to it.</summary>
  2210.             <returns>An encrypted <see cref="T:System.Xml.XmlNode"></see> object.</returns>
  2211.             <param name="Node">The <see cref="T:System.Xml.XmlNode"></see> to encrypt.</param>
  2212.         </member>
  2213.         <member name="M:System.Configuration.RsaProtectedConfigurationProvider.ExportKey(System.String,System.Boolean)">
  2214.             <summary>Exports an RSA key from the key container.</summary>
  2215.             <param name="xmlFileName">The file name and path to export the key to.</param>
  2216.             <param name="includePrivateParameters">true to indicate that private parameters are exported; otherwise, false.</param>
  2217.             <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive. </exception>
  2218.             <exception cref="T:System.ArgumentNullException">path is null. </exception>
  2219.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  2220.             <exception cref="T:System.NotSupportedException">path is in an invalid format. </exception>
  2221.             <exception cref="T:System.IO.IOException">An error occurred while opening the file. </exception>
  2222.             <exception cref="T:System.ArgumentException">path is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="F:System.IO.Path.InvalidPathChars"></see>. </exception>
  2223.             <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. </exception>
  2224.             <exception cref="T:System.UnauthorizedAccessException">path specified a file that is read-only.-or- This operation is not supported on the current platform.-or- path specified a directory.-or- The caller does not have the required permission. </exception>
  2225.             <exception cref="T:System.IO.FileNotFoundException">The file specified in path was not found. </exception>
  2226.         </member>
  2227.         <member name="M:System.Configuration.RsaProtectedConfigurationProvider.ImportKey(System.String,System.Boolean)">
  2228.             <summary>Imports an RSA key into the key container.</summary>
  2229.             <param name="xmlFileName">The file name and path to import the key from.</param>
  2230.             <param name="exportable">true to indicate that the key is exportable; otherwise, false.</param>
  2231.             <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive. </exception>
  2232.             <exception cref="T:System.IO.FileNotFoundException">The file specified in path was not found. </exception>
  2233.             <exception cref="T:System.UnauthorizedAccessException">path specified a file that is write-only.-or- This operation is not supported on the current platform.-or- path specified a directory.-or- The caller does not have the required permission. </exception>
  2234.             <exception cref="T:System.NotSupportedException">path is in an invalid format. </exception>
  2235.             <exception cref="T:System.IO.IOException">An error occurred while opening the file. </exception>
  2236.             <exception cref="T:System.ArgumentException">path is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="F:System.IO.Path.InvalidPathChars"></see>. </exception>
  2237.             <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. </exception>
  2238.             <exception cref="T:System.ArgumentNullException">path is null.</exception>
  2239.         </member>
  2240.         <member name="M:System.Configuration.RsaProtectedConfigurationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
  2241.             <summary>Initializes the provider with default settings.</summary>
  2242.             <param name="configurationValues">A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> collection of values to use when initializing the object.</param>
  2243.             <param name="name">The provider name to use for the object.</param>
  2244.         </member>
  2245.         <member name="P:System.Configuration.RsaProtectedConfigurationProvider.CspProviderName">
  2246.             <summary>Gets the name of the Windows cryptography API (crypto API) cryptographic service provider (CSP).</summary>
  2247.             <returns>The name of the CryptoAPI cryptographic service provider.</returns>
  2248.         </member>
  2249.         <member name="P:System.Configuration.RsaProtectedConfigurationProvider.KeyContainerName">
  2250.             <summary>Gets the name of the key container.</summary>
  2251.             <returns>The name of the key container.</returns>
  2252.         </member>
  2253.         <member name="P:System.Configuration.RsaProtectedConfigurationProvider.RsaPublicKey">
  2254.             <summary>Gets the public key used by the provider.</summary>
  2255.             <returns>An <see cref="T:System.Security.Cryptography.RSAParameters"></see> object that contains the public key used by the provider.</returns>
  2256.         </member>
  2257.         <member name="P:System.Configuration.RsaProtectedConfigurationProvider.UseMachineContainer">
  2258.             <summary>Gets a Boolean value indicating whether the <see cref="T:System.Configuration.RSAProtectedConfigurationProvider"></see> is using the machine key container.</summary>
  2259.             <returns>true if the <see cref="T:System.Configuration.RSAProtectedConfigurationProvider"></see> is using the machine key container; otherwise, false.</returns>
  2260.         </member>
  2261.         <member name="P:System.Configuration.RsaProtectedConfigurationProvider.UseOAEP">
  2262.             <summary>Gets a value indicating whether the provider is using Optimal Asymmetric Encryption Padding (OAEP) key exchange data.</summary>
  2263.             <returns>true if the <see cref="T:System.Configuration.RSAProtectedConfigurationProvider"></see> is using Optimal Asymmetric Encryption Padding (OAEP) key exchange data; otherwise, false.</returns>
  2264.         </member>
  2265.         <member name="T:System.Configuration.SectionInformation">
  2266.             <summary>Contains meta-information on an individual section within the configuration. This class cannot be inherited.</summary>
  2267.         </member>
  2268.         <member name="M:System.Configuration.SectionInformation.ForceDeclaration">
  2269.             <summary>Forces the associated configuration section to appear in the configuration file.</summary>
  2270.         </member>
  2271.         <member name="M:System.Configuration.SectionInformation.ForceDeclaration(System.Boolean)">
  2272.             <summary>Forces the associated configuration section to appear in the configuration file or removes an already-declared section from the configuration file.</summary>
  2273.             <param name="force">true if the associated section is to be declared in the configuration file; otherwise, false.</param>
  2274.         </member>
  2275.         <member name="M:System.Configuration.SectionInformation.GetParentSection">
  2276.             <summary>Gets the configuration section that contains the configuration section associated with this object.</summary>
  2277.             <returns>The configuration section that contains the <see cref="T:System.Configuration.ConfigurationSection"></see> associated with this <see cref="T:System.Configuration.SectionInformation"></see> object.</returns>
  2278.         </member>
  2279.         <member name="M:System.Configuration.SectionInformation.GetRawXml">
  2280.             <summary>Returns an XML node object representing the associated configuration-section object.</summary>
  2281.             <returns>An <see cref="T:System.Xml.XmlNode"></see> containing the XML representation for this <see cref="T:System.Configuration.ConfigurationSection"></see> section.</returns>
  2282.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Configuration.ConfigurationSection"></see> is locked and cannot be edited.</exception>
  2283.         </member>
  2284.         <member name="M:System.Configuration.SectionInformation.ProtectSection(System.String)">
  2285.             <summary>Marks a configuration section for protection. </summary>
  2286.             <param name="protectionProvider">The name of the protection provider to use.</param>
  2287.         </member>
  2288.         <member name="M:System.Configuration.SectionInformation.RevertToParent">
  2289.             <summary>Causes the associated configuration section to inherit all its values from its parent section.</summary>
  2290.             <exception cref="T:System.InvalidOperationException">This method cannot be called when not in editing mode.</exception>
  2291.         </member>
  2292.         <member name="M:System.Configuration.SectionInformation.SetRawXml(System.String)">
  2293.             <summary>Sets the object to an XML representation of the associated configuration section within the configuration file.</summary>
  2294.             <param name="rawXml">The XML to use.</param>
  2295.             <exception cref="T:System.ArgumentException">rawXml is null.</exception>
  2296.         </member>
  2297.         <member name="M:System.Configuration.SectionInformation.UnprotectSection">
  2298.             <summary>Removes the protected configuration encryption from the associated configuration section.</summary>
  2299.         </member>
  2300.         <member name="P:System.Configuration.SectionInformation.AllowDefinition">
  2301.             <summary>Gets or sets a value indicating where in the configuration file hierarchy the associated configuration section can be defined. </summary>
  2302.             <returns>A <see cref="T:System.Configuration.ConfigurationAllowDefinition"></see> value indicating where in the configuration file hierarchy the associated <see cref="T:System.Configuration.ConfigurationSection"></see> object may be declared.</returns>
  2303.         </member>
  2304.         <member name="P:System.Configuration.SectionInformation.AllowExeDefinition">
  2305.             <summary>Gets or sets a value indicating where in the configuration file hierarchy the associated configuration section may be declared.</summary>
  2306.             <returns>A <see cref="T:System.Configuration.ConfigurationAllowExeDefinition"></see> value indicating where in the configuration file hierarchy the associated <see cref="T:System.Configuration.ConfigurationSection"></see> object may be declared for .exe files.</returns>
  2307.         </member>
  2308.         <member name="P:System.Configuration.SectionInformation.AllowLocation">
  2309.             <summary>Gets or sets a value indicating whether the configuration section allows the location attribute.</summary>
  2310.             <returns>true if the location attribute is allowed; otherwise, false. The default is true.</returns>
  2311.         </member>
  2312.         <member name="P:System.Configuration.SectionInformation.AllowOverride">
  2313.             <summary>Gets or sets a value indicating whether the associated configuration section can be overridden by lower-level configuration files.</summary>
  2314.             <returns>true if the section can be overridden; otherwise, false. The default is false.</returns>
  2315.         </member>
  2316.         <member name="P:System.Configuration.SectionInformation.ConfigSource">
  2317.             <summary>Gets or sets the name of the include file in which the associated configuration section is defined, if such a file exists.</summary>
  2318.             <returns>The name of the include file in which the associated <see cref="T:System.Configuration.ConfigurationSection"></see> is defined, if such a file exists; otherwise, an empty string.</returns>
  2319.         </member>
  2320.         <member name="P:System.Configuration.SectionInformation.ForceSave">
  2321.             <summary>Gets or sets a value that indicates whether the associated configuration section will be saved even if it has not been modified.</summary>
  2322.             <returns>true if the associated <see cref="T:System.Configuration.ConfigurationSection"></see> object will be saved even if it has not been modified; otherwise, false. The default is false.</returns>
  2323.         </member>
  2324.         <member name="P:System.Configuration.SectionInformation.InheritInChildApplications">
  2325.             <summary>Gets or sets a value indicating whether the settings specified in the associated configuration section are inherited by applications that reside in a subdirectory of the application to which the associated configuration section applies.</summary>
  2326.             <returns>true if the settings specified in this <see cref="T:System.Configuration.ConfigurationSection"></see> object are inherited by child applications; otherwise, false. The default is true.</returns>
  2327.         </member>
  2328.         <member name="P:System.Configuration.SectionInformation.IsDeclarationRequired">
  2329.             <summary>Gets a value indicating whether the associated configuration section must be declared in the configuration file.</summary>
  2330.             <returns>true if the associated <see cref="T:System.Configuration.ConfigurationSection"></see> object must be declared in the configuration file; otherwise, false.</returns>
  2331.         </member>
  2332.         <member name="P:System.Configuration.SectionInformation.IsDeclared">
  2333.             <summary>Gets a value indicating whether the associated configuration section is declared in the configuration file.</summary>
  2334.             <returns>true if this <see cref="T:System.Configuration.ConfigurationSection"></see> is declared in the configuration file; otherwise, false. The default is true.</returns>
  2335.         </member>
  2336.         <member name="P:System.Configuration.SectionInformation.IsLocked">
  2337.             <summary>Gets a value indicating whether the associated configuration section is locked.</summary>
  2338.             <returns>true if the section is locked; otherwise, false.</returns>
  2339.         </member>
  2340.         <member name="P:System.Configuration.SectionInformation.IsProtected">
  2341.             <summary>Gets a value indicating whether the associated configuration section is protected.</summary>
  2342.             <returns>true if this <see cref="T:System.Configuration.ConfigurationSection"></see> is protected; otherwise, false. The default is false.</returns>
  2343.         </member>
  2344.         <member name="P:System.Configuration.SectionInformation.Name">
  2345.             <summary>Gets the name of the associated configuration section.</summary>
  2346.             <returns>The complete name of the <see cref="T:System.Configuration.ConfigurationSection"></see>.</returns>
  2347.         </member>
  2348.         <member name="P:System.Configuration.SectionInformation.ProtectionProvider">
  2349.             <summary>Gets the protected configuration provider for the associated configuration section.</summary>
  2350.             <returns>The <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> for this <see cref="T:System.Configuration.ConfigurationSection"></see> object.</returns>
  2351.         </member>
  2352.         <member name="P:System.Configuration.SectionInformation.RequirePermission">
  2353.             <summary>Gets a value indicating whether the associated configuration section requires access permissions.</summary>
  2354.             <returns>true if the requirePermission attribute is set to true; otherwise, false. The default is true.</returns>
  2355.         </member>
  2356.         <member name="P:System.Configuration.SectionInformation.RestartOnExternalChanges">
  2357.             <summary>Gets or sets a value that specifies whether a change in an external configuration include file requires an application restart.</summary>
  2358.             <returns>true if a change in an external configuration include file requires an application restart; otherwise, false. The default is true.</returns>
  2359.         </member>
  2360.         <member name="P:System.Configuration.SectionInformation.SectionName">
  2361.             <summary>Gets the name of the associated configuration section.</summary>
  2362.             <returns>The name of the associated <see cref="T:System.Configuration.ConfigurationSection"></see> object.</returns>
  2363.         </member>
  2364.         <member name="P:System.Configuration.SectionInformation.Type">
  2365.             <summary>Gets or sets the section class name.</summary>
  2366.             <returns>The name of the class associated with this <see cref="T:System.Configuration.ConfigurationSection"></see> section.</returns>
  2367.         </member>
  2368.         <member name="T:System.Configuration.StringValidator">
  2369.             <summary>Provides validation of a string.</summary>
  2370.         </member>
  2371.         <member name="M:System.Configuration.StringValidator.#ctor(System.Int32)">
  2372.             <summary>Initializes an instance of the <see cref="T:System.Configuration.StringValidator"></see> class based on a supplied parameter.</summary>
  2373.             <param name="minLength">An integer specifying the minimum length of the string value.</param>
  2374.         </member>
  2375.         <member name="M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32)">
  2376.             <summary>Initializes an instance of the <see cref="T:System.Configuration.StringValidator"></see> class based on supplied parameters.</summary>
  2377.             <param name="minLength">An integer specifying the minimum length of the string value.</param>
  2378.             <param name="maxLength">An integer specifying the maximum length of the string value.</param>
  2379.         </member>
  2380.         <member name="M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32,System.String)">
  2381.             <summary>Initializes an instance of the <see cref="T:System.Configuration.StringValidator"></see> class based on supplied parameters.</summary>
  2382.             <param name="minLength">An integer specifying the minimum length of the string value.</param>
  2383.             <param name="invalidCharacters">A string representing invalid characters. </param>
  2384.             <param name="maxLength">An integer specifying the maximum length of the string value.</param>
  2385.         </member>
  2386.         <member name="M:System.Configuration.StringValidator.CanValidate(System.Type)">
  2387.             <summary>Determines whether an object can be validated based on type.</summary>
  2388.             <returns>true if the type parameter matches a string; otherwise, false. </returns>
  2389.             <param name="type">The object type.</param>
  2390.         </member>
  2391.         <member name="M:System.Configuration.StringValidator.Validate(System.Object)">
  2392.             <summary>Determines whether the value of an object is valid. </summary>
  2393.             <param name="value">The object value.</param>
  2394.         </member>
  2395.         <member name="T:System.Configuration.StringValidatorAttribute">
  2396.             <summary>Declaratively instructs the .NET Framework to perform string validation on a configuration property. This class cannot be inherited.</summary>
  2397.         </member>
  2398.         <member name="M:System.Configuration.StringValidatorAttribute.#ctor">
  2399.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.StringValidatorAttribute"></see> class.</summary>
  2400.         </member>
  2401.         <member name="P:System.Configuration.StringValidatorAttribute.InvalidCharacters">
  2402.             <summary>Gets or sets the invalid characters for the property.</summary>
  2403.             <returns>The string containing the set of characters that are not allowed for the property.</returns>
  2404.         </member>
  2405.         <member name="P:System.Configuration.StringValidatorAttribute.MaxLength">
  2406.             <summary>Gets or sets the maximum length allowed for the string to assign to the property.</summary>
  2407.             <returns>An integer indicating the maximum allowed length for the string to assign to the property.</returns>
  2408.         </member>
  2409.         <member name="P:System.Configuration.StringValidatorAttribute.MinLength">
  2410.             <summary>Gets or sets the minimum allowed value for the string to assign to the property.</summary>
  2411.             <returns>An integer indicating the allowed minimum length for the string to assign to the property.</returns>
  2412.         </member>
  2413.         <member name="P:System.Configuration.StringValidatorAttribute.ValidatorInstance">
  2414.             <summary>Gets an instance of the <see cref="T:System.Configuration.StringValidator"></see>.</summary>
  2415.             <returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
  2416.         </member>
  2417.         <member name="T:System.Configuration.SubclassTypeValidator">
  2418.             <summary>Validates that an object is a derived class of a specified type.</summary>
  2419.         </member>
  2420.         <member name="M:System.Configuration.SubclassTypeValidator.#ctor(System.Type)">
  2421.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SubclassTypeValidator"></see> class based on the supplied parameters.</summary>
  2422.             <param name="baseClass">The base class to validate against.</param>
  2423.         </member>
  2424.         <member name="M:System.Configuration.SubclassTypeValidator.CanValidate(System.Type)">
  2425.             <summary>Determines whether an object can be validated based on type.</summary>
  2426.             <returns>true if the type parameter matches a type that can be validated; otherwise, false. </returns>
  2427.             <param name="type">The object type.</param>
  2428.         </member>
  2429.         <member name="M:System.Configuration.SubclassTypeValidator.Validate(System.Object)">
  2430.             <summary>Determines whether the value of an object is valid. </summary>
  2431.             <param name="value">The object value.</param>
  2432.         </member>
  2433.         <member name="T:System.Configuration.SubclassTypeValidatorAttribute">
  2434.             <summary>Declaratively instructs the .NET Framework to perform validation on a configuration property. This class cannot be inherited.</summary>
  2435.         </member>
  2436.         <member name="M:System.Configuration.SubclassTypeValidatorAttribute.#ctor(System.Type)">
  2437.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SubclassTypeValidatorAttribute"></see> class. </summary>
  2438.             <param name="baseClass">The base class type.</param>
  2439.         </member>
  2440.         <member name="P:System.Configuration.SubclassTypeValidatorAttribute.BaseClass">
  2441.             <summary>Gets the base type of the object being validated.</summary>
  2442.             <returns>The base type of the object being validated.</returns>
  2443.         </member>
  2444.         <member name="P:System.Configuration.SubclassTypeValidatorAttribute.ValidatorInstance">
  2445.             <summary>Gets the validator attribute instance.</summary>
  2446.             <returns>The current <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> instance.</returns>
  2447.         </member>
  2448.         <member name="T:System.Configuration.TimeSpanMinutesConverter">
  2449.             <summary>Converts a time span expressed in minutes. </summary>
  2450.         </member>
  2451.         <member name="M:System.Configuration.TimeSpanMinutesConverter.#ctor">
  2452.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanMinutesConverter"></see> class.</summary>
  2453.         </member>
  2454.         <member name="M:System.Configuration.TimeSpanMinutesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  2455.             <summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
  2456.             <returns>The <see cref="T:System.TimeSpan"></see> representing the data parameter in minutes.</returns>
  2457.             <param name="data">The <see cref="T:System.String"></see> object to convert.</param>
  2458.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2459.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2460.         </member>
  2461.         <member name="M:System.Configuration.TimeSpanMinutesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  2462.             <summary>Converts a <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>. </summary>
  2463.             <returns>The <see cref="T:System.String"></see> representing the value parameter in minutes.</returns>
  2464.             <param name="type">The type to convert to.</param>
  2465.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2466.             <param name="value">The value to convert to.</param>
  2467.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2468.         </member>
  2469.         <member name="T:System.Configuration.TimeSpanMinutesOrInfiniteConverter">
  2470.             <summary>Converts a <see cref="T:System.TimeSpan"></see> expressed in minutes or as a standard infinite time span.</summary>
  2471.         </member>
  2472.         <member name="M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.#ctor">
  2473.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanMinutesOrInfiniteConverter"></see> class.</summary>
  2474.         </member>
  2475.         <member name="M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  2476.             <summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
  2477.             <returns>The <see cref="F:System.TimeSpan.MaxValue"></see>, if the data parameter is the <see cref="T:System.String"></see> "infinite"; otherwise, the <see cref="T:System.TimeSpan"></see> representing the data parameter in minutes.</returns>
  2478.             <param name="data">The <see cref="T:System.String"></see> object to convert.</param>
  2479.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2480.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2481.         </member>
  2482.         <member name="M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  2483.             <summary>Converts a <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>.</summary>
  2484.             <returns>The <see cref="T:System.String"></see> "infinite", if the value parameter is <see cref="F:System.TimeSpan.MaxValue"></see>; otherwise, the <see cref="T:System.String"></see> representing the value parameter in minutes.</returns>
  2485.             <param name="type">The conversion type.</param>
  2486.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2487.             <param name="value">The value to convert.</param>
  2488.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2489.         </member>
  2490.         <member name="T:System.Configuration.TimeSpanSecondsConverter">
  2491.             <summary>Converts a time span expressed in seconds. </summary>
  2492.         </member>
  2493.         <member name="M:System.Configuration.TimeSpanSecondsConverter.#ctor">
  2494.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanSecondsConverter"></see> class.</summary>
  2495.         </member>
  2496.         <member name="M:System.Configuration.TimeSpanSecondsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  2497.             <summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
  2498.             <returns>The <see cref="T:System.TimeSpan"></see> representing the data parameter in seconds.</returns>
  2499.             <param name="data">The <see cref="T:System.String"></see> object to convert.</param>
  2500.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2501.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2502.         </member>
  2503.         <member name="M:System.Configuration.TimeSpanSecondsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  2504.             <summary>Converts a <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>.</summary>
  2505.             <returns>The <see cref="T:System.String"></see> representing the value parameter in minutes.</returns>
  2506.             <param name="type">The type to convert to.</param>
  2507.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2508.             <param name="value">The value to convert to.</param>
  2509.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2510.         </member>
  2511.         <member name="T:System.Configuration.TimeSpanSecondsOrInfiniteConverter">
  2512.             <summary>Converts a <see cref="T:System.TimeSpan"></see> expressed in seconds or as a standard infinite time span.</summary>
  2513.         </member>
  2514.         <member name="M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.#ctor">
  2515.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanSecondsOrInfiniteConverter"></see> class.</summary>
  2516.         </member>
  2517.         <member name="M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  2518.             <summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
  2519.             <returns>The <see cref="F:System.TimeSpan.MaxValue"></see>, if the data parameter is the <see cref="T:System.String"></see> "infinite"; otherwise, the <see cref="T:System.TimeSpan"></see> representing the data parameter in seconds.</returns>
  2520.             <param name="data">The <see cref="T:System.String"></see> object to convert.</param>
  2521.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2522.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2523.         </member>
  2524.         <member name="M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  2525.             <summary>Converts a <see cref="T:System.TimeSpan"></see> to a. <see cref="T:System.String"></see>.</summary>
  2526.             <returns>The <see cref="T:System.String"></see> "infinite", if the value parameter is <see cref="F:System.TimeSpan.MaxValue"></see>; otherwise, the <see cref="T:System.String"></see> representing the value parameter in seconds.</returns>
  2527.             <param name="type">The conversion type.</param>
  2528.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2529.             <param name="value">The value to convert.</param>
  2530.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2531.         </member>
  2532.         <member name="T:System.Configuration.TimeSpanValidator">
  2533.             <summary>Provides validation of a <see cref="T:System.TimeSpan"></see>.</summary>
  2534.         </member>
  2535.         <member name="M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan)">
  2536.             <summary>Initializes an instance of the <see cref="T:System.Configuration.TimeSpanValidator"></see> class based on supplied parameters.</summary>
  2537.             <param name="minValue">A <see cref="T:System.TimeSpan"></see> object specifying the minimum time allowed to pass validation.</param>
  2538.             <param name="maxValue">A <see cref="T:System.TimeSpan"></see> object specifying the maximum time allowed to pass validation.</param>
  2539.         </member>
  2540.         <member name="M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean)">
  2541.             <summary>Initializes an instance of the <see cref="T:System.Configuration.TimeSpanValidator"></see> class based on supplied parameters.</summary>
  2542.             <param name="minValue">A <see cref="T:System.TimeSpan"></see> object specifying the minimum time allowed to pass validation.</param>
  2543.             <param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value specifying whether the validation range is exclusive.</param>
  2544.             <param name="maxValue">A <see cref="T:System.TimeSpan"></see> object specifying the maximum time allowed to pass validation.</param>
  2545.         </member>
  2546.         <member name="M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean,System.Int64)">
  2547.             <summary>Initializes an instance of the <see cref="T:System.Configuration.TimeSpanValidator"></see> class based on supplied parameters.</summary>
  2548.             <param name="minValue">A <see cref="T:System.TimeSpan"></see> object specifying the minimum time allowed to pass validation.</param>
  2549.             <param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value specifying whether the validation range is exclusive.</param>
  2550.             <param name="maxValue">A <see cref="T:System.TimeSpan"></see> object specifying the maximum time allowed to pass validation.</param>
  2551.             <param name="resolutionInSeconds">An <see cref="T:System.Int64"></see> value that specifies a number of seconds. </param>
  2552.         </member>
  2553.         <member name="M:System.Configuration.TimeSpanValidator.CanValidate(System.Type)">
  2554.             <summary>Determines whether the type of the object can be validated.</summary>
  2555.             <returns>true if the type parameter matches a <see cref="T:System.TimeSpan"></see> value; otherwise, false. </returns>
  2556.             <param name="type">The type of object.</param>
  2557.         </member>
  2558.         <member name="M:System.Configuration.TimeSpanValidator.Validate(System.Object)">
  2559.             <summary>Determines whether the value of an object is valid.</summary>
  2560.             <param name="value">The value of an object.</param>
  2561.         </member>
  2562.         <member name="T:System.Configuration.TimeSpanValidatorAttribute">
  2563.             <summary>Declaratively instructs the .NET Framework to perform time validation on a configuration property. This class cannot be inherited.</summary>
  2564.         </member>
  2565.         <member name="M:System.Configuration.TimeSpanValidatorAttribute.#ctor">
  2566.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanValidatorAttribute"></see> class.</summary>
  2567.         </member>
  2568.         <member name="F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMaxValue">
  2569.             <summary>Gets the absolute maximum value allowed.</summary>
  2570.         </member>
  2571.         <member name="F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMinValue">
  2572.             <summary>Gets the absolute minimum value allowed.</summary>
  2573.         </member>
  2574.         <member name="P:System.Configuration.TimeSpanValidatorAttribute.ExcludeRange">
  2575.             <summary>Gets or sets a value indicating whether to include or exclude the integers in the range as defined by <see cref="P:System.Configuration.TimeSpanValidatorAttribute.MinValueString"></see> and <see cref="P:System.Configuration.TimeSpanValidatorAttribute.MaxValueString"></see>.</summary>
  2576.             <returns>true if the value must be excluded; otherwise, false. The default is false.</returns>
  2577.         </member>
  2578.         <member name="P:System.Configuration.TimeSpanValidatorAttribute.MaxValue">
  2579.             <summary>The absolute maximum allowed value.</summary>
  2580.             <returns>The allowed maximum <see cref="T:System.TimeSpan"></see> value. </returns>
  2581.         </member>
  2582.         <member name="P:System.Configuration.TimeSpanValidatorAttribute.MaxValueString">
  2583.             <summary>The relative maximum allowed value.</summary>
  2584.             <returns>The allowed maximum <see cref="T:System.TimeSpan"></see> value. </returns>
  2585.         </member>
  2586.         <member name="P:System.Configuration.TimeSpanValidatorAttribute.MinValue">
  2587.             <summary>The absolute minimum allowed value.</summary>
  2588.             <returns>The allowed minimum <see cref="T:System.TimeSpan"></see> value. </returns>
  2589.         </member>
  2590.         <member name="P:System.Configuration.TimeSpanValidatorAttribute.MinValueString">
  2591.             <summary>The relative minimum allowed value.</summary>
  2592.             <returns>The allowed minimum <see cref="T:System.TimeSpan"></see> value. </returns>
  2593.         </member>
  2594.         <member name="P:System.Configuration.TimeSpanValidatorAttribute.ValidatorInstance">
  2595.             <summary>Gets an instance of the <see cref="T:System.Configuration.TimeSpanValidator"></see>.</summary>
  2596.             <returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance. </returns>
  2597.         </member>
  2598.         <member name="T:System.Configuration.TypeNameConverter">
  2599.             <summary>Converts between type and string value. This class cannot be inherited.</summary>
  2600.         </member>
  2601.         <member name="M:System.Configuration.TypeNameConverter.#ctor">
  2602.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.TypeNameConverter"></see> class.</summary>
  2603.         </member>
  2604.         <member name="M:System.Configuration.TypeNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  2605.             <summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.Type"></see>.</summary>
  2606.             <returns>The <see cref="T:System.Type"></see> representing the data parameter.</returns>
  2607.             <param name="data">The <see cref="T:System.String"></see> object to convert.</param>
  2608.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2609.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2610.         </member>
  2611.         <member name="M:System.Configuration.TypeNameConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  2612.             <summary>Converts a <see cref="T:System.Type"></see> to a <see cref="T:System.String"></see>.</summary>
  2613.             <returns>The <see cref="T:System.String"></see> representing the value parameter. </returns>
  2614.             <param name="type">The type to convert to.</param>
  2615.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2616.             <param name="value">The value to convert to.</param>
  2617.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2618.         </member>
  2619.         <member name="T:System.Configuration.ValidatorCallback">
  2620.             <summary>Represents a method to be called after the validation of an object.</summary>
  2621.         </member>
  2622.         <member name="T:System.Configuration.WhiteSpaceTrimStringConverter">
  2623.             <summary>Converts a string to its canonical format. </summary>
  2624.         </member>
  2625.         <member name="M:System.Configuration.WhiteSpaceTrimStringConverter.#ctor">
  2626.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.WhiteSpaceTrimStringConverter"></see> class.</summary>
  2627.         </member>
  2628.         <member name="M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  2629.             <summary>Converts a <see cref="T:System.String"></see> to canonical form.</summary>
  2630.             <returns>An object representing the converted value.</returns>
  2631.             <param name="data">The <see cref="T:System.String"></see> object to convert.</param>
  2632.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2633.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2634.         </member>
  2635.         <member name="M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  2636.             <summary>Converts a <see cref="T:System.String"></see> to canonical form.</summary>
  2637.             <returns>An object representing the converted value.</returns>
  2638.             <param name="type">The type to convert to.</param>
  2639.             <param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
  2640.             <param name="value">The value to convert to.</param>
  2641.             <param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
  2642.         </member>
  2643.         <member name="N:System.Configuration.Internal">
  2644.             <summary>The <see cref="N:System.Configuration.Internal"></see> namespace contains configuration types intended for internal use only. </summary>
  2645.         </member>
  2646.         <member name="T:System.Configuration.Internal.DelegatingConfigHost">
  2647.             <summary>This member is for internal use only.</summary>
  2648.         </member>
  2649.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.#ctor">
  2650.             <summary>This member is for internal use only.</summary>
  2651.         </member>
  2652.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.CreateConfigurationContext(System.String,System.String)">
  2653.             <summary>This member is for internal use only.</summary>
  2654.             <returns>An object value.</returns>
  2655.         </member>
  2656.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.CreateDeprecatedConfigContext(System.String)">
  2657.             <summary>This member is for internal use only.</summary>
  2658.             <returns>An object value.</returns>
  2659.         </member>
  2660.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)">
  2661.             <summary>This member is for internal use only.</summary>
  2662.             <returns>A string value.</returns>
  2663.         </member>
  2664.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.DeleteStream(System.String)">
  2665.             <summary>This member is for internal use only.</summary>
  2666.         </member>
  2667.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)">
  2668.             <summary>This member is for internal use only.</summary>
  2669.             <returns>A string value.</returns>
  2670.         </member>
  2671.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)">
  2672.             <summary>This member is for internal use only.</summary>
  2673.             <returns>A string value.</returns>
  2674.         </member>
  2675.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.GetConfigType(System.String,System.Boolean)">
  2676.             <summary>This member is for internal use only.</summary>
  2677.             <returns>A Type value.</returns>
  2678.         </member>
  2679.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)">
  2680.             <summary>This member is for internal use only.</summary>
  2681.         </member>
  2682.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.GetStreamName(System.String)">
  2683.             <summary>This member is for internal use only.</summary>
  2684.             <returns>A string value.</returns>
  2685.         </member>
  2686.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.GetStreamNameForConfigSource(System.String,System.String)">
  2687.             <summary>This member is for internal use only.</summary>
  2688.             <returns>A string value.</returns>
  2689.         </member>
  2690.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.GetStreamVersion(System.String)">
  2691.             <summary>This member is for internal use only.</summary>
  2692.             <returns>An object value.</returns>
  2693.         </member>
  2694.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])">
  2695.             <summary>This member is for internal use only.</summary>
  2696.         </member>
  2697.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])">
  2698.             <summary>This member is for internal use only.</summary>
  2699.         </member>
  2700.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.IsAboveApplication(System.String)">
  2701.             <summary>This member is for internal use only.</summary>
  2702.             <returns>A boolean value.</returns>
  2703.         </member>
  2704.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)">
  2705.             <summary>This member is for internal use only.</summary>
  2706.             <returns>A boolean value.</returns>
  2707.         </member>
  2708.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)">
  2709.             <summary>This member is for internal use only.</summary>
  2710.             <returns>A boolean value.</returns>
  2711.         </member>
  2712.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.IsLocationApplicable(System.String)">
  2713.             <summary>This member is for internal use only.</summary>
  2714.             <returns>A boolean value.</returns>
  2715.         </member>
  2716.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.IsTrustedConfigPath(System.String)">
  2717.             <summary>This member is for internal use only.</summary>
  2718.             <returns>A boolean value.</returns>
  2719.         </member>
  2720.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String)">
  2721.             <summary>This member is for internal use only.</summary>
  2722.             <returns>A Stream value.</returns>
  2723.         </member>
  2724.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)">
  2725.             <summary>This member is for internal use only.</summary>
  2726.             <returns>A Stream value.</returns>
  2727.         </member>
  2728.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.PrefetchAll(System.String,System.String)">
  2729.             <summary>This member is for internal use only.</summary>
  2730.             <returns>A boolean value.</returns>
  2731.         </member>
  2732.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.PrefetchSection(System.String,System.String)">
  2733.             <summary>This member is for internal use only.</summary>
  2734.             <returns>A boolean value.</returns>
  2735.         </member>
  2736.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)">
  2737.             <summary>This member is for internal use only.</summary>
  2738.         </member>
  2739.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)">
  2740.             <summary>This member is for internal use only.</summary>
  2741.             <returns>An object value.</returns>
  2742.         </member>
  2743.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)">
  2744.             <summary>This member is for internal use only.</summary>
  2745.         </member>
  2746.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)">
  2747.             <summary>This member is for internal use only.</summary>
  2748.         </member>
  2749.         <member name="M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)">
  2750.             <summary>This member is for internal use only.</summary>
  2751.         </member>
  2752.         <member name="P:System.Configuration.Internal.DelegatingConfigHost.Host">
  2753.             <summary>This member is for internal use only.</summary>
  2754.             <returns>A IInternalConfigHost type</returns>
  2755.         </member>
  2756.         <member name="P:System.Configuration.Internal.DelegatingConfigHost.SupportsChangeNotifications">
  2757.             <summary>This member is for internal use only.</summary>
  2758.             <returns>A boolean value.</returns>
  2759.         </member>
  2760.         <member name="P:System.Configuration.Internal.DelegatingConfigHost.SupportsLocation">
  2761.             <summary>This member is for internal use only.</summary>
  2762.             <returns>A boolean value.</returns>
  2763.         </member>
  2764.         <member name="P:System.Configuration.Internal.DelegatingConfigHost.SupportsPath">
  2765.             <summary>This member is for internal use only.</summary>
  2766.             <returns>A boolean value.</returns>
  2767.         </member>
  2768.         <member name="P:System.Configuration.Internal.DelegatingConfigHost.SupportsRefresh">
  2769.             <summary>This member is for internal use only.</summary>
  2770.             <returns>A boolean value.</returns>
  2771.         </member>
  2772.         <member name="T:System.Configuration.Internal.IConfigSystem">
  2773.             <summary>This type is for internal use only.</summary>
  2774.         </member>
  2775.         <member name="M:System.Configuration.Internal.IConfigSystem.Init(System.Type,System.Object[])">
  2776.             <summary>This type is for internal use only.</summary>
  2777.         </member>
  2778.         <member name="T:System.Configuration.Internal.IConfigurationManagerInternal">
  2779.             <summary>This member is for internal use only.</summary>
  2780.         </member>
  2781.         <member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ApplicationConfigUri">
  2782.             <summary>This member is for internal use only.</summary>
  2783.             <returns>A string value.</returns>
  2784.         </member>
  2785.         <member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigDirectory">
  2786.             <summary>This member is for internal use only.</summary>
  2787.             <returns>A string value.</returns>
  2788.         </member>
  2789.         <member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductName">
  2790.             <summary>This member is for internal use only.</summary>
  2791.             <returns>A string value.</returns>
  2792.         </member>
  2793.         <member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductVersion">
  2794.             <summary>This member is for internal use only.</summary>
  2795.             <returns>A string value.</returns>
  2796.         </member>
  2797.         <member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigDirectory">
  2798.             <summary>This member is for internal use only.</summary>
  2799.             <returns>A string value.</returns>
  2800.         </member>
  2801.         <member name="P:System.Configuration.Internal.IConfigurationManagerInternal.SetConfigurationSystemInProgress">
  2802.             <summary>This member is for internal use only.</summary>
  2803.             <returns>A string value.</returns>
  2804.         </member>
  2805.         <member name="P:System.Configuration.Internal.IConfigurationManagerInternal.SupportsUserConfig">
  2806.             <summary>This member is for internal use only.</summary>
  2807.             <returns>A boolean value.</returns>
  2808.         </member>
  2809.         <member name="P:System.Configuration.Internal.IConfigurationManagerInternal.UserConfigFilename">
  2810.             <summary>This member is for internal use only.</summary>
  2811.             <returns>A string value.</returns>
  2812.         </member>
  2813.         <member name="T:System.Configuration.Internal.IInternalConfigClientHost">
  2814.             <summary>This member is for internal use only.</summary>
  2815.         </member>
  2816.         <member name="M:System.Configuration.Internal.IInternalConfigClientHost.GetRoamingUserConfigPath">
  2817.             <summary>This member is for internal use only.</summary>
  2818.             <returns>A string value.</returns>
  2819.         </member>
  2820.         <member name="M:System.Configuration.Internal.IInternalConfigClientHost.IsExeConfig(System.String)">
  2821.             <summary>This member is for internal use only.</summary>
  2822.             <returns>A boolean value.</returns>
  2823.         </member>
  2824.         <member name="M:System.Configuration.Internal.IInternalConfigClientHost.IsLocalUserConfig(System.String)">
  2825.             <summary>This member is for internal use only.</summary>
  2826.             <returns>A boolean value.</returns>
  2827.         </member>
  2828.         <member name="M:System.Configuration.Internal.IInternalConfigClientHost.IsRoamingUserConfig(System.String)">
  2829.             <summary>This member is for internal use only.</summary>
  2830.             <returns>A boolean value.</returns>
  2831.         </member>
  2832.         <member name="T:System.Configuration.Internal.IInternalConfigHost">
  2833.             <summary>This member is for internal use only.</summary>
  2834.         </member>
  2835.         <member name="M:System.Configuration.Internal.IInternalConfigHost.CreateConfigurationContext(System.String,System.String)">
  2836.             <summary>This member is for internal use only.</summary>
  2837.             <returns>An object value.</returns>
  2838.         </member>
  2839.         <member name="M:System.Configuration.Internal.IInternalConfigHost.CreateDeprecatedConfigContext(System.String)">
  2840.             <summary>This member is for internal use only.</summary>
  2841.             <returns>An object value.</returns>
  2842.         </member>
  2843.         <member name="M:System.Configuration.Internal.IInternalConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)">
  2844.             <summary>This member is for internal use only.</summary>
  2845.             <returns>A string value.</returns>
  2846.         </member>
  2847.         <member name="M:System.Configuration.Internal.IInternalConfigHost.DeleteStream(System.String)">
  2848.             <summary>This member is for internal use only.</summary>
  2849.         </member>
  2850.         <member name="M:System.Configuration.Internal.IInternalConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)">
  2851.             <summary>This member is for internal use only.</summary>
  2852.             <returns>A string value.</returns>
  2853.         </member>
  2854.         <member name="M:System.Configuration.Internal.IInternalConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)">
  2855.             <summary>This member is for internal use only.</summary>
  2856.             <returns>A string value.</returns>
  2857.         </member>
  2858.         <member name="M:System.Configuration.Internal.IInternalConfigHost.GetConfigType(System.String,System.Boolean)">
  2859.             <summary>This member is for internal use only.</summary>
  2860.             <returns>A type value.</returns>
  2861.         </member>
  2862.         <member name="M:System.Configuration.Internal.IInternalConfigHost.GetConfigTypeName(System.Type)">
  2863.             <summary>This member is for internal use only.</summary>
  2864.             <returns>A string value.</returns>
  2865.         </member>
  2866.         <member name="M:System.Configuration.Internal.IInternalConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)">
  2867.             <summary>This member is for internal use only.</summary>
  2868.         </member>
  2869.         <member name="M:System.Configuration.Internal.IInternalConfigHost.GetStreamName(System.String)">
  2870.             <summary>This member is for internal use only.</summary>
  2871.             <returns>A string value.</returns>
  2872.         </member>
  2873.         <member name="M:System.Configuration.Internal.IInternalConfigHost.GetStreamNameForConfigSource(System.String,System.String)">
  2874.             <summary>This member is for internal use only.</summary>
  2875.             <returns>A string value.</returns>
  2876.         </member>
  2877.         <member name="M:System.Configuration.Internal.IInternalConfigHost.GetStreamVersion(System.String)">
  2878.             <summary>This member is for internal use only.</summary>
  2879.             <returns>An object value.</returns>
  2880.         </member>
  2881.         <member name="M:System.Configuration.Internal.IInternalConfigHost.Impersonate">
  2882.             <summary>This member is for internal use only.</summary>
  2883.             <returns>A IDisposable value.</returns>
  2884.         </member>
  2885.         <member name="M:System.Configuration.Internal.IInternalConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])">
  2886.             <summary>This member is for internal use only.</summary>
  2887.         </member>
  2888.         <member name="M:System.Configuration.Internal.IInternalConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])">
  2889.             <summary>This member is for internal use only.</summary>
  2890.         </member>
  2891.         <member name="M:System.Configuration.Internal.IInternalConfigHost.IsAboveApplication(System.String)">
  2892.             <summary>This member is for internal use only.</summary>
  2893.             <returns>A boolean value.</returns>
  2894.         </member>
  2895.         <member name="M:System.Configuration.Internal.IInternalConfigHost.IsConfigRecordRequired(System.String)">
  2896.             <summary>This member is for internal use only.</summary>
  2897.             <returns>A boolean value.</returns>
  2898.         </member>
  2899.         <member name="M:System.Configuration.Internal.IInternalConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)">
  2900.             <summary>This member is for internal use only.</summary>
  2901.             <returns>A boolean value.</returns>
  2902.         </member>
  2903.         <member name="M:System.Configuration.Internal.IInternalConfigHost.IsFile(System.String)">
  2904.             <summary>This member is for internal use only.</summary>
  2905.             <returns>A boolean value.</returns>
  2906.         </member>
  2907.         <member name="M:System.Configuration.Internal.IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)">
  2908.             <summary>This member is for internal use only.</summary>
  2909.             <returns>A boolean value.</returns>
  2910.         </member>
  2911.         <member name="M:System.Configuration.Internal.IInternalConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)">
  2912.             <summary>This member is for internal use only.</summary>
  2913.             <returns>A boolean value.</returns>
  2914.         </member>
  2915.         <member name="M:System.Configuration.Internal.IInternalConfigHost.IsLocationApplicable(System.String)">
  2916.             <summary>This member is for internal use only.</summary>
  2917.             <returns>A boolean value.</returns>
  2918.         </member>
  2919.         <member name="M:System.Configuration.Internal.IInternalConfigHost.IsTrustedConfigPath(System.String)">
  2920.             <summary>This member is for internal use only.</summary>
  2921.             <returns>A boolean value.</returns>
  2922.         </member>
  2923.         <member name="M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String)">
  2924.             <summary>This member is for internal use only.</summary>
  2925.             <returns>A Stream value.</returns>
  2926.         </member>
  2927.         <member name="M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)">
  2928.             <summary>This member is for internal use only.</summary>
  2929.             <returns>A Stream value.</returns>
  2930.         </member>
  2931.         <member name="M:System.Configuration.Internal.IInternalConfigHost.PrefetchAll(System.String,System.String)">
  2932.             <summary>This member is for internal use only.</summary>
  2933.             <returns>A boolean value.</returns>
  2934.         </member>
  2935.         <member name="M:System.Configuration.Internal.IInternalConfigHost.PrefetchSection(System.String,System.String)">
  2936.             <summary>This member is for internal use only.</summary>
  2937.             <returns>A boolean value.</returns>
  2938.         </member>
  2939.         <member name="M:System.Configuration.Internal.IInternalConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)">
  2940.             <summary>This member is for internal use only.</summary>
  2941.         </member>
  2942.         <member name="M:System.Configuration.Internal.IInternalConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)">
  2943.             <summary>This member is for internal use only.</summary>
  2944.             <returns>An object value.</returns>
  2945.         </member>
  2946.         <member name="M:System.Configuration.Internal.IInternalConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)">
  2947.             <summary>This member is for internal use only.</summary>
  2948.         </member>
  2949.         <member name="M:System.Configuration.Internal.IInternalConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)">
  2950.             <summary>This member is for internal use only.</summary>
  2951.         </member>
  2952.         <member name="M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)">
  2953.             <summary>This member is for internal use only.</summary>
  2954.         </member>
  2955.         <member name="P:System.Configuration.Internal.IInternalConfigHost.SupportsLocation">
  2956.             <summary>This member is for internal use only.</summary>
  2957.             <returns>A boolean value.</returns>
  2958.         </member>
  2959.         <member name="P:System.Configuration.Internal.IInternalConfigHost.SupportsPath">
  2960.             <summary>This member is for internal use only.</summary>
  2961.             <returns>A boolean value.</returns>
  2962.         </member>
  2963.         <member name="P:System.Configuration.Internal.IInternalConfigHost.SupportsRefresh">
  2964.             <summary>This member is for internal use only.</summary>
  2965.             <returns>A boolean value.</returns>
  2966.         </member>
  2967.         <member name="T:System.Configuration.Internal.IInternalConfigRecord">
  2968.             <summary>This member is for internal use only.</summary>
  2969.         </member>
  2970.         <member name="M:System.Configuration.Internal.IInternalConfigRecord.GetLkgSection(System.String)">
  2971.             <summary>This member is for internal use only.</summary>
  2972.             <returns>An object value.</returns>
  2973.         </member>
  2974.         <member name="M:System.Configuration.Internal.IInternalConfigRecord.GetSection(System.String)">
  2975.             <summary>This member is for internal use only.</summary>
  2976.             <returns>An object value.</returns>
  2977.         </member>
  2978.         <member name="M:System.Configuration.Internal.IInternalConfigRecord.RefreshSection(System.String)">
  2979.             <summary>This member is for internal use only.</summary>
  2980.         </member>
  2981.         <member name="M:System.Configuration.Internal.IInternalConfigRecord.Remove">
  2982.             <summary>This member is for internal use only.</summary>
  2983.         </member>
  2984.         <member name="M:System.Configuration.Internal.IInternalConfigRecord.ThrowIfInitErrors">
  2985.             <summary>This member is for internal use only.</summary>
  2986.         </member>
  2987.         <member name="P:System.Configuration.Internal.IInternalConfigRecord.ConfigPath">
  2988.             <summary>This member is for internal use only.</summary>
  2989.             <returns>A string value.</returns>
  2990.         </member>
  2991.         <member name="P:System.Configuration.Internal.IInternalConfigRecord.HasInitErrors">
  2992.             <summary>This member is for internal use only.</summary>
  2993.             <returns>A boolean value.</returns>
  2994.         </member>
  2995.         <member name="P:System.Configuration.Internal.IInternalConfigRecord.StreamName">
  2996.             <summary>This member is for internal use only.</summary>
  2997.             <returns>A string value.</returns>
  2998.         </member>
  2999.         <member name="T:System.Configuration.Internal.IInternalConfigRoot">
  3000.             <summary>This member is for internal use only.</summary>
  3001.         </member>
  3002.         <member name="E:System.Configuration.Internal.IInternalConfigRoot.ConfigChanged">
  3003.             <summary>This member is for internal use only.</summary>
  3004.         </member>
  3005.         <member name="E:System.Configuration.Internal.IInternalConfigRoot.ConfigRemoved">
  3006.             <summary>This member is for internal use only.</summary>
  3007.         </member>
  3008.         <member name="M:System.Configuration.Internal.IInternalConfigRoot.GetConfigRecord(System.String)">
  3009.             <summary>This member is for internal use only.</summary>
  3010.             <returns>An IInternalConfigRecord value.</returns>
  3011.         </member>
  3012.         <member name="M:System.Configuration.Internal.IInternalConfigRoot.GetSection(System.String,System.String)">
  3013.             <summary>This member is for internal use only.</summary>
  3014.             <returns>An object value.</returns>
  3015.         </member>
  3016.         <member name="M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigPath(System.String)">
  3017.             <summary>This member is for internal use only.</summary>
  3018.             <returns>A string value.</returns>
  3019.         </member>
  3020.         <member name="M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigRecord(System.String)">
  3021.             <summary>This member is for internal use only.</summary>
  3022.             <returns>An IInternalConfigRecord value.</returns>
  3023.         </member>
  3024.         <member name="M:System.Configuration.Internal.IInternalConfigRoot.Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean)">
  3025.             <summary>This member is for internal use only.</summary>
  3026.         </member>
  3027.         <member name="M:System.Configuration.Internal.IInternalConfigRoot.RemoveConfig(System.String)">
  3028.             <summary>This member is for internal use only.</summary>
  3029.         </member>
  3030.         <member name="P:System.Configuration.Internal.IInternalConfigRoot.IsDesignTime">
  3031.             <summary>This member is for internal use only.</summary>
  3032.             <returns>A boolean value.</returns>
  3033.         </member>
  3034.         <member name="T:System.Configuration.Internal.IInternalConfigSettingsFactory">
  3035.             <summary>This type is for internal use only.</summary>
  3036.         </member>
  3037.         <member name="M:System.Configuration.Internal.IInternalConfigSettingsFactory.CompleteInit">
  3038.             <summary>This member is for internal use only.</summary>
  3039.         </member>
  3040.         <member name="M:System.Configuration.Internal.IInternalConfigSettingsFactory.SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean)">
  3041.             <summary>This member is for internal use only.</summary>
  3042.         </member>
  3043.         <member name="N:System.Configuration.Provider">
  3044.             <summary>The <see cref="N:System.Configuration.Provider"></see> namespace contains the base classes shared by both server and client applications to support a pluggable model to easily add or remove functionality.</summary>
  3045.         </member>
  3046.         <member name="T:System.Configuration.Provider.ProviderBase">
  3047.             <summary>Provides a base implementation for the extensible provider model.</summary>
  3048.         </member>
  3049.         <member name="M:System.Configuration.Provider.ProviderBase.#ctor">
  3050.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.Provider.ProviderBase"></see> class. </summary>
  3051.         </member>
  3052.         <member name="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
  3053.             <summary>Initializes the provider.</summary>
  3054.             <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
  3055.             <param name="name">The friendly name of the provider.</param>
  3056.             <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
  3057.             <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></see> on a provider after the provider has already been initialized.</exception>
  3058.             <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
  3059.         </member>
  3060.         <member name="P:System.Configuration.Provider.ProviderBase.Description">
  3061.             <summary>Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).</summary>
  3062.             <returns>A brief, friendly description suitable for display in administrative tools or other UIs.</returns>
  3063.         </member>
  3064.         <member name="P:System.Configuration.Provider.ProviderBase.Name">
  3065.             <summary>Gets the friendly name used to refer to the provider during configuration.</summary>
  3066.             <returns>The friendly name used to refer to the provider during configuration.</returns>
  3067.         </member>
  3068.         <member name="T:System.Configuration.Provider.ProviderCollection">
  3069.             <summary>Represents a collection of provider objects that inherit from <see cref="T:System.Configuration.Provider.ProviderBase"></see>.</summary>
  3070.         </member>
  3071.         <member name="M:System.Configuration.Provider.ProviderCollection.#ctor">
  3072.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.Provider.ProviderCollection"></see> class. </summary>
  3073.         </member>
  3074.         <member name="M:System.Configuration.Provider.ProviderCollection.Add(System.Configuration.Provider.ProviderBase)">
  3075.             <summary>Adds a provider to the collection.</summary>
  3076.             <param name="provider">The provider to be added.</param>
  3077.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> of provider is null.- or -The length of the <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> of provider is less than 1.</exception>
  3078.             <exception cref="T:System.ArgumentNullException">provider is null.</exception>
  3079.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  3080.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  3081.         </member>
  3082.         <member name="M:System.Configuration.Provider.ProviderCollection.Clear">
  3083.             <summary>Removes all items from the collection.</summary>
  3084.             <exception cref="T:System.NotSupportedException">The collection is set to read-only.</exception>
  3085.         </member>
  3086.         <member name="M:System.Configuration.Provider.ProviderCollection.CopyTo(System.Configuration.Provider.ProviderBase[],System.Int32)">
  3087.             <summary>Copies the contents of the collection to the given array starting at the specified index.</summary>
  3088.             <param name="array">The array to copy the elements of the collection to.</param>
  3089.             <param name="index">The index of the collection item at which to start the copying process.</param>
  3090.         </member>
  3091.         <member name="M:System.Configuration.Provider.ProviderCollection.GetEnumerator">
  3092.             <summary>Returns an object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface to iterate through the collection.</summary>
  3093.             <returns>An object that implements <see cref="T:System.Collections.IEnumerator"></see> to iterate through the collection.</returns>
  3094.         </member>
  3095.         <member name="M:System.Configuration.Provider.ProviderCollection.Remove(System.String)">
  3096.             <summary>Removes a provider from the collection.</summary>
  3097.             <param name="name">The name of the provider to be removed.</param>
  3098.             <exception cref="T:System.NotSupportedException">The collection has been set to read-only.</exception>
  3099.         </member>
  3100.         <member name="M:System.Configuration.Provider.ProviderCollection.SetReadOnly">
  3101.             <summary>Sets the collection to be read-only.</summary>
  3102.         </member>
  3103.         <member name="M:System.Configuration.Provider.ProviderCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  3104.             <summary>For a description of this member, see <see cref="M:System.Collections.ICollection.CopyTo"></see>.</summary>
  3105.             <param name="array">The array to copy the elements of the collection to.</param>
  3106.             <param name="index">The index of the array at which to start copying provider instances from the collection.</param>
  3107.         </member>
  3108.         <member name="P:System.Configuration.Provider.ProviderCollection.Count">
  3109.             <summary>Gets the number of providers in the collection.</summary>
  3110.             <returns>The number of providers in the collection.</returns>
  3111.         </member>
  3112.         <member name="P:System.Configuration.Provider.ProviderCollection.IsSynchronized">
  3113.             <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
  3114.             <returns>false in all cases.</returns>
  3115.         </member>
  3116.         <member name="P:System.Configuration.Provider.ProviderCollection.Item(System.String)">
  3117.             <summary>Gets the provider with the specified name.</summary>
  3118.             <returns>The provider with the specified name.</returns>
  3119.             <param name="name">The key by which the provider is identified.</param>
  3120.         </member>
  3121.         <member name="P:System.Configuration.Provider.ProviderCollection.SyncRoot">
  3122.             <summary>Gets the current object.</summary>
  3123.             <returns>The current object.</returns>
  3124.         </member>
  3125.         <member name="T:System.Configuration.Provider.ProviderException">
  3126.             <summary>The exception that is thrown when a configuration provider error has occurred. This exception class is also used by providers to throw exceptions when internal errors occur within the provider that do not map to other pre-existing exception classes.</summary>
  3127.         </member>
  3128.         <member name="M:System.Configuration.Provider.ProviderException.#ctor">
  3129.             <summary>Creates a new instance of the <see cref="T:System.Configuration.Provider.ProviderException"></see> class.</summary>
  3130.         </member>
  3131.         <member name="M:System.Configuration.Provider.ProviderException.#ctor(System.String)">
  3132.             <summary>Creates a new instance of the <see cref="T:System.Configuration.Provider.ProviderException"></see> class.</summary>
  3133.             <param name="message">A message describing why this <see cref="T:System.Configuration.Provider.ProviderException"></see> was thrown.</param>
  3134.         </member>
  3135.         <member name="M:System.Configuration.Provider.ProviderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  3136.             <summary>Creates a new instance of the <see cref="T:System.Configuration.Provider.ProviderException"></see> class.</summary>
  3137.             <param name="context">Contextual information about the source or destination.</param>
  3138.             <param name="info">The object that holds the information to deserialize.</param>
  3139.         </member>
  3140.         <member name="M:System.Configuration.Provider.ProviderException.#ctor(System.String,System.Exception)">
  3141.             <summary>Creates a new instance of the <see cref="T:System.Configuration.Provider.ProviderException"></see> class.</summary>
  3142.             <param name="message">A message describing why this <see cref="T:System.Configuration.Provider.ProviderException"></see> was thrown.</param>
  3143.             <param name="innerException">The exception that caused this <see cref="T:System.Configuration.Provider.ProviderException"></see> to be thrown.</param>
  3144.         </member>
  3145.     </members>
  3146. </doc>